00001 #ifndef _GPXE_RARP_H 00002 #define _GPXE_RARP_H 00003 00004 /** @file 00005 * 00006 * Reverse Address Resolution Protocol 00007 * 00008 */ 00009 00010 FILE_LICENCE ( GPL2_OR_LATER ); 00011 00012 struct net_protocol; 00013 00014 extern struct net_protocol rarp_protocol; 00015 00016 #endif /* _GPXE_RARP_H */
1.5.7.1