From 8f6a4e81406c384cb3e8bdd0e9386581d6d2f11e Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 30 Jun 2007 22:43:31 +0100 Subject: Add gdbsym.c object to help with running gdb-to-qemu --- src/include/gpxe/init.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/gpxe/init.h b/src/include/gpxe/init.h index 0a2eb0bf4..bd4cd97d4 100644 --- a/src/include/gpxe/init.h +++ b/src/include/gpxe/init.h @@ -36,8 +36,9 @@ struct init_fn { /* Use double digits to avoid problems with "10" < "9" on alphabetic sort */ #define INIT_CONSOLE 02 -#define INIT_CPU 03 -#define INIT_TIMERS 04 +#define INIT_GDBSYM 03 +#define INIT_CPU 04 +#define INIT_TIMERS 05 #define INIT_LOADBUF 08 #define INIT_PCMCIA 09 #define INIT_RPC 11 -- cgit v1.2.3-55-g7522