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