X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/7a914840b833dba82398623bbde04a1744627398..ec949d20affd6d93ba2e72da9fb109c7771381ce:/net/net.h diff --git a/net/net.h b/net/net.h index c665216..ae82f47 100644 --- a/net/net.h +++ b/net/net.h @@ -1,9 +1,11 @@ -#ifndef _3C905_H -#define _3C905_H +#ifndef _NET_H +#define _NET_H #include "etherboot-compat.h" +#include extern void eth_init(); +extern void eth_recv(struct nic *nic, struct pbuf *p); extern void eth_poll(); extern int eth_register(struct nic *nic);