Add untested support for UNDI transmit and receive.

This commit is contained in:
Michael Brown
2007-07-02 20:05:58 +01:00
parent e42eba4af4
commit 332614a382
7 changed files with 199 additions and 118 deletions

14
src/include/gpxe/rarp.h Normal file
View File

@@ -0,0 +1,14 @@
#ifndef _GPXE_RARP_H
#define _GPXE_RARP_H
/** @file
*
* Reverse Address Resolution Protocol
*
*/
struct net_protocol;
extern struct net_protocol rarp_protocol;
#endif /* _GPXE_RARP_H */