summaryrefslogblamecommitdiffstats
path: root/src/include/ipxe/rarp.h
blob: f84301a4389588c2b7381ec17dd3f8dfc5bc6d90 (plain) (tree)
1
2
3
4
5
6
7
8
9

                    






                                      

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