]> Joshua Wise's Git repositories - netwatch.git/blob - net/net.h
Convert receive to be a ring buffer.
[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.023597 seconds and 4 git commands to generate.