]> Joshua Wise's Git repositories - netwatch.git/blame - net/net.h
RFB should flag copies properly, and only commit output when it needs to.
[netwatch.git] / net / net.h
CommitLineData
54d4b877
JW
1#ifndef _NET_H
2#define _NET_H
3b3161a1 3
3e6d6106
JP
4#include "etherboot-compat.h"
5
3b3161a1
JW
6extern void eth_init();
7extern void eth_poll();
7a914840 8extern int eth_register(struct nic *nic);
42125f27 9
3b3161a1 10#endif
This page took 0.023705 seconds and 4 git commands to generate.