]> Joshua Wise's Git repositories - netwatch.git/blob - net/net.h
01505abe227e7b5b003750db44d42650e0f09406
[netwatch.git] / net / net.h
1 #ifndef _3C905_H
2 #define _3C905_H
3
4 #include "etherboot-compat.h"
5
6 extern void eth_init();
7 extern void eth_poll();
8
9 extern struct nic nic;
10
11 #endif
This page took 0.015243 seconds and 2 git commands to generate.