david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Add header for pxe_boot()

This commit is contained in:
Michael Brown 2007-01-13 17:23:44 +00:00
parent 4b77061881
commit bd863e4112
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#ifndef _PXE_CALL_H
#define _PXE_CALL_H
/** @file
*
* PXE API entry point
*/
extern int pxe_boot ( void );
#endif /* _PXE_CALL_H */

View File

@ -20,6 +20,7 @@
#include <registers.h>
#include <biosint.h>
#include <pxe.h>
#include <pxe_call.h>
/** @file
*