X-Git-Url: http://git.etherboot.org/people/mcb30/gpxe.git/blobdiff_plain/f866b179988f686ae90c197f0270a922ddebf718..831db76ff7275ae33cfb95ba9b7cfed337464ebd:/src/include/gpxe/init.h diff --git a/src/include/gpxe/init.h b/src/include/gpxe/init.h index d83aa5e5..c468213e 100644 --- a/src/include/gpxe/init.h +++ b/src/include/gpxe/init.h @@ -22,8 +22,9 @@ struct init_fn { */ #define INIT_EARLY 01 /**< Early initialisation */ -#define INIT_CONSOLE 02 /**< Console initialisation */ -#define INIT_NORMAL 03 /**< Normal initialisation */ +#define INIT_SERIAL 02 /**< Serial driver initialisation */ +#define INIT_CONSOLE 03 /**< Console initialisation */ +#define INIT_NORMAL 04 /**< Normal initialisation */ /** @} */