X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/057f0bb976a93bfa290b20a2192837e324573d9b..9c86d6da946b19a513ab554ee12473360d38d93d:/net/etherboot-compat.h diff --git a/net/etherboot-compat.h b/net/etherboot-compat.h index 6982a21..0b121a3 100644 --- a/net/etherboot-compat.h +++ b/net/etherboot-compat.h @@ -19,7 +19,7 @@ struct nic { unsigned char hwaddr[6]; - int (*poll) (struct nic *nic, int retrieve); + struct pbuf * (*recv) (struct nic *nic); void (*transmit) (struct pbuf *p); };