]> Joshua Wise's Git repositories - netwatch.git/blame - net/net.h
Convert receive to be a ring buffer.
[netwatch.git] / net / net.h
CommitLineData
54d4b877
JW
1#ifndef _NET_H
2#define _NET_H
3b3161a1 3
3e6d6106 4#include "etherboot-compat.h"
bec09bd1 5#include <lwip/pbuf.h>
3e6d6106 6
3b3161a1 7extern void eth_init();
bec09bd1 8extern void eth_recv(struct nic *nic, struct pbuf *p);
3b3161a1 9extern void eth_poll();
7a914840 10extern int eth_register(struct nic *nic);
42125f27 11
3b3161a1 12#endif
This page took 0.022627 seconds and 4 git commands to generate.