Sonarlint the new network cards

This commit is contained in:
Jasmine Iwanek
2023-08-06 18:22:38 -04:00
parent d79ad02e91
commit 69bbee137f
7 changed files with 487 additions and 465 deletions

View File

@@ -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;

View File

@@ -1 +1 @@
extern const device_t rtl8139c_plus_device;
extern const device_t rtl8139c_plus_device;

View File

@@ -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;