diff options
Diffstat (limited to 'src/include/gpxe/init.h')
-rw-r--r-- | src/include/gpxe/init.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/init.h b/src/include/gpxe/init.h index d2b450d7b..e0e9f9c84 100644 --- a/src/include/gpxe/init.h +++ b/src/include/gpxe/init.h @@ -63,6 +63,7 @@ struct startup_fn { #define STARTUP_EARLY 01 /**< Early startup */ #define STARTUP_NORMAL 02 /**< Normal startup */ +#define STARTUP_LATE 03 /**< Late startup */ /** @} */ |