X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/421ccff4aaad4ddaba92ae0dba69fe6dbc9c1105..6d6494e427a90913216c94306593a65cb5361c0d:/net/etherboot-compat.h 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))