added null devices and refactored tables

This commit is contained in:
Jess Lovelace
2022-02-02 17:48:04 -05:00
parent a69033fc9e
commit 4849deb156
12 changed files with 429 additions and 332 deletions

View File

@@ -78,7 +78,6 @@ typedef struct netpkt {
} netpkt_t;
typedef struct {
const char *internal_name;
const device_t *device;
void *priv;
int (*poll)(void *);