summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2010-11-21 17:57:58 +0100
committerMichael Brown2010-11-21 21:38:39 +0100
commit9e9c9adf1058c77cc7df5651221dd74de3a3282c (patch)
tree116d7e7b151343190bcdadc155e926710ac011dc /src/include/ipxe/errfile.h
parent[autoboot] Use generic option-parsing library (diff)
downloadipxe-9e9c9adf1058c77cc7df5651221dd74de3a3282c.tar.gz
ipxe-9e9c9adf1058c77cc7df5651221dd74de3a3282c.tar.xz
ipxe-9e9c9adf1058c77cc7df5651221dd74de3a3282c.zip
[settings] Use generic option-parsing library
Total cost: 75 bytes. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/errfile.h')
-rw-r--r--src/include/ipxe/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h
index 7b415928..5b989ed2 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -228,6 +228,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_iwmgmt ( ERRFILE_OTHER | 0x00190000 )
#define ERRFILE_linux_smbios ( ERRFILE_OTHER | 0x001a0000 )
#define ERRFILE_lotest ( ERRFILE_OTHER | 0x001b0000 )
+#define ERRFILE_config_cmd ( ERRFILE_OTHER | 0x001c0000 )
/** @} */