david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Currently unusable; do not attempt to compile

This commit is contained in:
Michael Brown 2007-01-04 19:37:21 +00:00
parent 70acce06e4
commit 3b2f6e4585
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,8 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#warning "Currently broken"
#if 0
#include "pxe.h"
/* PXENV_UNDI_LOADER
@ -81,3 +83,4 @@ PXENV_EXIT_t undi_loader ( struct s_UNDI_LOADER *undi_loader ) {
undi_loader->u.Status = PXENV_STATUS_SUCCESS;
return PXENV_EXIT_SUCCESS;
}
#endif