diff options
| author | Marty Connor | 2007-07-03 22:02:26 +0200 |
|---|---|---|
| committer | Marty Connor | 2007-07-03 22:02:26 +0200 |
| commit | 6be8cdbb6f2a003aed4b06ce15d296f2d9e0ebf2 (patch) | |
| tree | 46830720996e606b842656b1b2ba52cf6c6947b7 /src/include/gpxe/init.h | |
| parent | Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autoboot (diff) | |
| parent | Use a linker-table based system to automatically mark and start up (diff) | |
| download | ipxe-6be8cdbb6f2a003aed4b06ce15d296f2d9e0ebf2.tar.gz ipxe-6be8cdbb6f2a003aed4b06ce15d296f2d9e0ebf2.tar.xz ipxe-6be8cdbb6f2a003aed4b06ce15d296f2d9e0ebf2.zip | |
Merge branch 'master' of /pub/scm/gpxe
Diffstat (limited to 'src/include/gpxe/init.h')
| -rw-r--r-- | src/include/gpxe/init.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/gpxe/init.h b/src/include/gpxe/init.h index bd4cd97d4..b13674ec7 100644 --- a/src/include/gpxe/init.h +++ b/src/include/gpxe/init.h @@ -42,7 +42,6 @@ struct init_fn { #define INIT_LOADBUF 08 #define INIT_PCMCIA 09 #define INIT_RPC 11 -#define INIT_PROCESS 12 /* Macro for creating an initialisation function table entry */ #define INIT_FN( init_order, init_func, reset_func, exit_func ) \ |
