summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2010-11-21 20:29:58 +0100
committerMichael Brown2010-11-22 01:34:47 +0100
commit1e2a8aa9c1275e0e96df821e94c531cdab438f07 (patch)
treebfb6869dc8845721fab74909013869fb896ac1ed /src/include/ipxe/errfile.h
parent[fc] Use generic option-parsing library (diff)
downloadipxe-1e2a8aa9c1275e0e96df821e94c531cdab438f07.tar.gz
ipxe-1e2a8aa9c1275e0e96df821e94c531cdab438f07.tar.xz
ipxe-1e2a8aa9c1275e0e96df821e94c531cdab438f07.zip
[gdb] Use generic option-parsing library
Total saving: 42 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 d505bb6e..17e5a4f8 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -231,6 +231,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_config_cmd ( ERRFILE_OTHER | 0x001c0000 )
#define ERRFILE_ifmgmt_cmd ( ERRFILE_OTHER | 0x001d0000 )
#define ERRFILE_fcmgmt_cmd ( ERRFILE_OTHER | 0x001e0000 )
+#define ERRFILE_gdbstub_cmd ( ERRFILE_OTHER | 0x001f0000 )
/** @} */