diff options
Diffstat (limited to 'src/include/ipxe/rarp.h')
-rw-r--r-- | src/include/ipxe/rarp.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/include/ipxe/rarp.h b/src/include/ipxe/rarp.h new file mode 100644 index 00000000..7edbe219 --- /dev/null +++ b/src/include/ipxe/rarp.h @@ -0,0 +1,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 */ |