diff options
Diffstat (limited to 'src/include/ipxe/linux/dhcparch.h')
-rw-r--r-- | src/include/ipxe/linux/dhcparch.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/include/ipxe/linux/dhcparch.h b/src/include/ipxe/linux/dhcparch.h new file mode 100644 index 000000000..464aa5168 --- /dev/null +++ b/src/include/ipxe/linux/dhcparch.h @@ -0,0 +1,20 @@ +#ifndef _IPXE_LINUX_DHCPARCH_H +#define _IPXE_LINUX_DHCPARCH_H + +/** @file + * + * DHCP client architecture definitions + * + */ + +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); + +/* + * There are no specification-defined values for DHCP architecture for + * PXE clients running as Linux userspace applications. Pretend to be + * the equivalent EFI client. + * + */ +#include <ipxe/efi/dhcparch.h> + +#endif /* _IPXE_LINUX_DHCPARCH_H */ |