diff options
| author | Michael Brown | 2006-05-25 03:09:06 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-05-25 03:09:06 +0200 |
| commit | 3204a1e941f70d47619633314d30b21afff29a62 (patch) | |
| tree | 43210118c4c5900e5b566badea529e863ea62db3 /src/include | |
| parent | Also hide base memory region from E820 map. (diff) | |
| download | ipxe-3204a1e941f70d47619633314d30b21afff29a62.tar.gz ipxe-3204a1e941f70d47619633314d30b21afff29a62.tar.xz ipxe-3204a1e941f70d47619633314d30b21afff29a62.zip | |
Removed some obsolete INIT_XXX constants.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/init.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/gpxe/init.h b/src/include/gpxe/init.h index dc717823d..3881da454 100644 --- a/src/include/gpxe/init.h +++ b/src/include/gpxe/init.h @@ -35,16 +35,11 @@ struct init_fn { }; /* Use double digits to avoid problems with "10" < "9" on alphabetic sort */ -#define INIT_LIBRM 01 #define INIT_CONSOLE 02 #define INIT_CPU 03 #define INIT_TIMERS 04 -#define INIT_PCIBIOS 05 -#define INIT_MEMSIZES 06 -#define INIT_RELOCATE 07 #define INIT_LOADBUF 08 #define INIT_PCMCIA 09 -#define INIT_HEAP 10 #define INIT_RPC 11 #define INIT_PROCESS 12 |
