summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/rarp.h
blob: 7edbe21913754def3c31ee98afba8886b2b87cb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _IPXE_RARP_H
#define _IPXE_RARP_H

/** @file
 *
 * Reverse Address Resolution Protocol
 *
 */

FILE_LICENCE ( GPL2_OR_LATER );

struct net_protocol;

extern struct net_protocol rarp_protocol;

#endif /* _IPXE_RARP_H */