Sonarlint the new network cards
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
struct nmc93cxx_eeprom_t;
|
||||
typedef struct nmc93cxx_eeprom_t nmc93cxx_eeprom_t;
|
||||
|
||||
typedef struct nmc93cxx_eeprom_params_t
|
||||
{
|
||||
uint16_t nwords;
|
||||
char* filename;
|
||||
uint16_t* default_content;
|
||||
typedef struct nmc93cxx_eeprom_params_t {
|
||||
uint16_t nwords;
|
||||
char *filename;
|
||||
uint16_t *default_content;
|
||||
} nmc93cxx_eeprom_params_t;
|
||||
|
||||
/* Read from the EEPROM. */
|
||||
@@ -17,4 +16,4 @@ void nmc93cxx_eeprom_write(nmc93cxx_eeprom_t *eeprom, int eecs, int eesk, int ee
|
||||
/* Get EEPROM data array. */
|
||||
uint16_t *nmc93cxx_eeprom_data(nmc93cxx_eeprom_t *eeprom);
|
||||
|
||||
extern const device_t nmc93cxx_device;
|
||||
extern const device_t nmc93cxx_device;
|
||||
|
||||
@@ -1 +1 @@
|
||||
extern const device_t rtl8139c_plus_device;
|
||||
extern const device_t rtl8139c_plus_device;
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
extern const device_t dec_tulip_device;
|
||||
extern const device_t dec_tulip_21140_device;
|
||||
extern const device_t dec_tulip_21140_device;
|
||||
|
||||
Reference in New Issue
Block a user