These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / roms / ipxe / src / include / ipxe / init.h
index 19c5925..025cfaf 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _IPXE_INIT_H
 #define _IPXE_INIT_H
 
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 
 #include <ipxe/tables.h>
 
@@ -26,10 +26,9 @@ struct init_fn {
  */
 
 #define INIT_EARLY     01      /**< Early initialisation */
-#define INIT_SERIAL    02      /**< Serial driver initialisation */
-#define        INIT_CONSOLE    03      /**< Console initialisation */
-#define INIT_NORMAL    04      /**< Normal initialisation */
-#define INIT_LATE      05      /**< Late initialisation */
+#define        INIT_CONSOLE    02      /**< Console initialisation */
+#define INIT_NORMAL    03      /**< Normal initialisation */
+#define INIT_LATE      04      /**< Late initialisation */
 
 /** @} */