summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2007-07-26 03:13:38 +0200
committerMichael Brown2007-07-26 03:13:38 +0200
commit47a86bca2d2241a5126350e70d117564890a3f01 (patch)
tree5df56a80c12fe6af0f6f210f6f4a7f8fe4a76e43 /src/include/gpxe/errfile.h
parentInhibit a spurious warning on GCC 4.0.1 (diff)
downloadipxe-47a86bca2d2241a5126350e70d117564890a3f01.tar.gz
ipxe-47a86bca2d2241a5126350e70d117564890a3f01.tar.xz
ipxe-47a86bca2d2241a5126350e70d117564890a3f01.zip
Prepare for iBFT merge when possible. iscsiboot.c contains a really,
really ugly hack at present, but that doesn't hugely matter since I'm aiming to change the interface to iSCSI devices anyway within the next week.
Diffstat (limited to 'src/include/gpxe/errfile.h')
-rw-r--r--src/include/gpxe/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/errfile.h b/src/include/gpxe/errfile.h
index 0615818f..744ae5b2 100644
--- a/src/include/gpxe/errfile.h
+++ b/src/include/gpxe/errfile.h
@@ -115,6 +115,7 @@
#define ERRFILE_cipher ( ERRFILE_OTHER | 0x00090000 )
#define ERRFILE_image_cmd ( ERRFILE_OTHER | 0x000a0000 )
#define ERRFILE_uri_test ( ERRFILE_OTHER | 0x000b0000 )
+#define ERRFILE_ibft ( ERRFILE_OTHER | 0x000c0000 )
/** @} */