X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/c61d5f405f2f7fcdcc0a883e18ae7873f4fcd9d7..056e0e18081ad0eb635c0cad03c98066778c7d8b:/net/net.h diff --git a/net/net.h b/net/net.h index f10e304..ae82f47 100644 --- a/net/net.h +++ b/net/net.h @@ -1,9 +1,12 @@ -#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); #endif