summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/include/ipxe/rarp.h
blob: f84301a4389588c2b7381ec17dd3f8dfc5bc6d90 (plain)
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 );

#include <ipxe/netdevice.h>

extern struct net_protocol rarp_protocol __net_protocol;

#endif /* _IPXE_RARP_H */