X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/42125f27f3d2a77966f2015c545a88c4113368ef..eda689ee9aa29e6c4e791a7f295bc4a0a3ad5d83:/net/net.h diff --git a/net/net.h b/net/net.h index 01505ab..7b522f0 100644 --- a/net/net.h +++ b/net/net.h @@ -1,11 +1,10 @@ -#ifndef _3C905_H -#define _3C905_H +#ifndef _NET_H +#define _NET_H #include "etherboot-compat.h" extern void eth_init(); extern void eth_poll(); - -extern struct nic nic; +extern int eth_register(struct nic *nic); #endif