]>
Commit | Line | Data |
---|---|---|
3b3161a1 JW |
1 | #ifndef _3C905_H |
2 | #define _3C905_H | |
3 | ||
3e6d6106 JP |
4 | #include "etherboot-compat.h" |
5 | ||
3b3161a1 JW |
6 | extern void eth_init(); |
7 | extern void eth_poll(); | |
7a914840 | 8 | extern int eth_register(struct nic *nic); |
42125f27 | 9 | |
3b3161a1 | 10 | #endif |