#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 */