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