diff options
Diffstat (limited to 'net/eth.h')
| -rw-r--r-- | net/eth.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,4 +13,8 @@ struct eth_hdr unsigned char payload[]; // payload } __attribute__((packed)); +struct netdev; + +uint32_t eth_generic(struct netdev *dev, uint32_t ip, uint16_t type, uint8_t* pos,uint32_t *end); + #endif |
