diff options
| author | Michael Brown | 2011-07-06 16:26:01 +0200 |
|---|---|---|
| committer | Michael Brown | 2011-07-06 16:26:43 +0200 |
| commit | 9cf2f9dc2b773b6544c86a7a347e143d7c101ef7 (patch) | |
| tree | aa85bad281bbbae9496b34b0b306b3d197a197ff /src/arch/x86_64/include/efi/ipxe | |
| parent | [libc] Allow for zero-padded decimals in printf() (diff) | |
| download | ipxe-9cf2f9dc2b773b6544c86a7a347e143d7c101ef7.tar.gz ipxe-9cf2f9dc2b773b6544c86a7a347e143d7c101ef7.tar.xz ipxe-9cf2f9dc2b773b6544c86a7a347e143d7c101ef7.zip | |
[dhcp] Add symbolic definitions for DHCP client architecture values
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86_64/include/efi/ipxe')
| -rw-r--r-- | src/arch/x86_64/include/efi/ipxe/dhcp_arch.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/arch/x86_64/include/efi/ipxe/dhcp_arch.h b/src/arch/x86_64/include/efi/ipxe/dhcp_arch.h index af41b195e..9a4790fdc 100644 --- a/src/arch/x86_64/include/efi/ipxe/dhcp_arch.h +++ b/src/arch/x86_64/include/efi/ipxe/dhcp_arch.h @@ -30,10 +30,11 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define DHCP_ARCH_VENDOR_CLASS_ID \ DHCP_STRING ( 'P', 'X', 'E', 'C', 'l', 'i', 'e', 'n', 't', ':', \ - 'A', 'r', 'c', 'h', ':', '0', '0', '0', '0', '7', ':', \ + 'A', 'r', 'c', 'h', ':', '0', '0', '0', '0', '9', ':', \ 'U', 'N', 'D', 'I', ':', '0', '0', '3', '0', '1', '0' ) -#define DHCP_ARCH_CLIENT_ARCHITECTURE DHCP_WORD ( 7 ) +#define DHCP_ARCH_CLIENT_ARCHITECTURE \ + DHCP_WORD ( DHCP_CLIENT_ARCHITECTURE_X86_64 ) #define DHCP_ARCH_CLIENT_NDI DHCP_OPTION ( 1 /* UNDI */ , 3, 10 /* v3.10 */ ) |
