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