blob: d708604bd5fef0d6a4b002173ac7b32c0a484e8d (
plain)
1
2
3
4
5
6
7
|
/*****************************************************************************
* PXE prefix that keep the UNDI portion of the PXE stack present
*****************************************************************************
*/
#define PXELOADER_KEEP_UNDI
#include "pxeprefix.S"
|