blob: 200006d83873af486349492bc68f95328ca3865e (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*****************************************************************************
* PXE prefix that keep the UNDI portion of the PXE stack present
*****************************************************************************
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
#define PXELOADER_KEEP_UNDI
#define _pxe_start _kpxe_start
#include "pxeprefix.S"
|