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