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