blob: c75608172af05df2682cbc930b9f36565727b08e (
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 )
#define PXELOADER_KEEP_UNDI
#define _pxe_start _kpxe_start
#include "pxeprefix.S"
|