blob: 3c17dbdb18ba5ebd404f95e365ff3ae787eb2f33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*****************************************************************************
* PXE prefix that keeps the whole PXE stack present
*****************************************************************************
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
#define PXELOADER_KEEP_UNDI
#define PXELOADER_KEEP_PXE
#define _pxe_start _kkpxe_start
#include "pxeprefix.S"
|