diff options
author | Michael Brown | 2021-02-17 16:59:52 +0100 |
---|---|---|
committer | Michael Brown | 2021-02-17 16:59:52 +0100 |
commit | 057674bb1f766db8b4c6593dc238ea68e4f38028 (patch) | |
tree | 5bfd66f170528a5856b0314c0c4cef9a02116a93 /src/include/ipxe/errfile.h | |
parent | [ath5k] Add missing AR5K_EEPROM_READ in ath5k_eeprom_read_turbo_modes (diff) | |
download | ipxe-057674bb1f766db8b4c6593dc238ea68e4f38028.tar.gz ipxe-057674bb1f766db8b4c6593dc238ea68e4f38028.tar.xz ipxe-057674bb1f766db8b4c6593dc238ea68e4f38028.zip |
[pxe] Split out platform-independent portions of cachedhcp.c
Split out the portions of cachedhcp.c that can be shared between BIOS
and UEFI (both of which can provide a buffer containing a previously
obtained DHCP packet, and neither of which provide a means to
determine the length of this DHCP packet).
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/errfile.h')
-rw-r--r-- | src/include/ipxe/errfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h index f14cb861..4c1c334d 100644 --- a/src/include/ipxe/errfile.h +++ b/src/include/ipxe/errfile.h @@ -76,6 +76,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define ERRFILE_dummy_sanboot ( ERRFILE_CORE | 0x00240000 ) #define ERRFILE_fdt ( ERRFILE_CORE | 0x00250000 ) #define ERRFILE_dma ( ERRFILE_CORE | 0x00260000 ) +#define ERRFILE_cachedhcp ( ERRFILE_CORE | 0x00270000 ) #define ERRFILE_eisa ( ERRFILE_DRIVER | 0x00000000 ) #define ERRFILE_isa ( ERRFILE_DRIVER | 0x00010000 ) |