X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/54d4b877c72b90fe057143b1bc6e49718a3cb82a..66cd7e8220e0f7dbb0e43f44f6aab60194548ad0:/net/etherboot-compat.h?ds=inline diff --git a/net/etherboot-compat.h b/net/etherboot-compat.h index 6982a21..b3ccc51 100644 --- a/net/etherboot-compat.h +++ b/net/etherboot-compat.h @@ -19,8 +19,8 @@ struct nic { unsigned char hwaddr[6]; - int (*poll) (struct nic *nic, int retrieve); - void (*transmit) (struct pbuf *p); + int (*recv) (struct nic *nic); + void (*transmit) (struct nic *nic, struct pbuf *p); }; #define virt_to_bus(x) memory_v2p((void *)(x))