X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/9c86d6da946b19a513ab554ee12473360d38d93d..421ccff4aaad4ddaba92ae0dba69fe6dbc9c1105:/net/etherboot-compat.h?ds=sidebyside 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); };