mirror of
https://github.com/ipxe/ipxe
synced 2025-12-31 15:25:23 +03:00
Add untested support for UNDI transmit and receive.
This commit is contained in:
14
src/include/gpxe/rarp.h
Normal file
14
src/include/gpxe/rarp.h
Normal 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 */
|
||||
Reference in New Issue
Block a user