]> Joshua Wise's Git repositories - netwatch.git/blame - net/net.h
changes to make it compile
[netwatch.git] / net / net.h
CommitLineData
3b3161a1
JW
1#ifndef _3C905_H
2#define _3C905_H
3
3e6d6106
JP
4#include "etherboot-compat.h"
5
3b3161a1
JW
6extern void eth_init();
7extern void eth_poll();
8
42125f27
JP
9extern struct nic nic;
10
3b3161a1 11#endif
This page took 0.023611 seconds and 4 git commands to generate.