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