These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / roms / ipxe / src / arch / i386 / prefix / kkkpxeprefix.S
1 /*****************************************************************************
2  * PXE prefix that keeps the whole PXE stack present and provides an exit hook
3  *
4  * This prefix is essentially intended solely for the case of ipxelinux.0
5  *****************************************************************************
6  */
7
8 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
9
10 /* Provide the PXENV_FILE_EXIT_HOOK API call */
11 REQUIRING_SYMBOL ( _kkkpxe_start )
12 REQUIRE_OBJECT ( pxe_exit_hook )
13
14 #define PXELOADER_KEEP_UNDI
15 #define PXELOADER_KEEP_PXE
16 #define _pxe_start _kkkpxe_start
17 #include "pxeprefix.S"