From 59980a6176fe71877917ee59e363514dfa67f66d Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 21 Nov 2010 19:06:06 +0000 Subject: [fc] Use generic option-parsing library Total saving: 111 bytes. Signed-off-by: Michael Brown --- src/include/ipxe/errfile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h index e475eca5f..d505bb6e7 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 ) /** @} */ -- cgit v1.2.3-55-g7522