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