[contrib] Allow Network Protocol header to display in rom-o-matic
[gpxe.git] / src / include / gpxe / rarp.h
blob7ade8312b6d842629fc30a661acd0b5b72e025d8
1 #ifndef _GPXE_RARP_H
2 #define _GPXE_RARP_H
4 /** @file
6 * Reverse Address Resolution Protocol
8 */
10 FILE_LICENCE ( GPL2_OR_LATER );
12 struct net_protocol;
14 extern struct net_protocol rarp_protocol;
16 #endif /* _GPXE_RARP_H */