blob: 81e03bde2ef1c295a930c489769b3baca29b82d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 */
|