Add qemu 2.4.0
[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 )
9
10 /* Since we have the whole stack, we can use cached DHCP information */
11 REQUIRE_OBJECT ( pxeparent_dhcp )
12
13 /* Provide the PXENV_FILE_EXIT_HOOK API call */
14 REQUIRE_OBJECT ( pxe_exit_hook )
15
16 #define PXELOADER_KEEP_UNDI
17 #define PXELOADER_KEEP_PXE
18 #define _pxe_start _kkkpxe_start
19 #include "pxeprefix.S"