X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/6bbb3f38917de86fd250db11e1bea396a4146e72..54d4b877c72b90fe057143b1bc6e49718a3cb82a:/net/etherboot-compat.h diff --git a/net/etherboot-compat.h b/net/etherboot-compat.h index e769ce8..6982a21 100644 --- a/net/etherboot-compat.h +++ b/net/etherboot-compat.h @@ -2,6 +2,7 @@ #define _ETHERBOOT_COMPAT_H #include +#include "lwip/pbuf.h" #define ETH_ALEN 6 @@ -19,7 +20,7 @@ struct nic { unsigned char hwaddr[6]; int (*poll) (struct nic *nic, int retrieve); - void (*transmit) (unsigned int size, const char *pkt); + void (*transmit) (struct pbuf *p); }; #define virt_to_bus(x) memory_v2p((void *)(x))