summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2010-11-21 20:06:06 +0100
committerMichael Brown2010-11-22 01:34:40 +0100
commit59980a6176fe71877917ee59e363514dfa67f66d (patch)
tree5b9a0142c70fb79cb9fd534fa6305cc19eb1e73d /src/include/ipxe/errfile.h
parent[digest] Use generic option-parsing library (diff)
downloadipxe-59980a6176fe71877917ee59e363514dfa67f66d.tar.gz
ipxe-59980a6176fe71877917ee59e363514dfa67f66d.tar.xz
ipxe-59980a6176fe71877917ee59e363514dfa67f66d.zip
[fc] Use generic option-parsing library
Total saving: 111 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 e475eca5..d505bb6e 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -230,6 +230,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_lotest ( ERRFILE_OTHER | 0x001b0000 )
#define ERRFILE_config_cmd ( ERRFILE_OTHER | 0x001c0000 )
#define ERRFILE_ifmgmt_cmd ( ERRFILE_OTHER | 0x001d0000 )
+#define ERRFILE_fcmgmt_cmd ( ERRFILE_OTHER | 0x001e0000 )
/** @} */