mirror of https://github.com/ipxe/ipxe.git
Add header for pxe_boot()
parent
4b77061881
commit
bd863e4112
|
@ -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 */
|
|
@ -20,6 +20,7 @@
|
|||
#include <registers.h>
|
||||
#include <biosint.h>
|
||||
#include <pxe.h>
|
||||
#include <pxe_call.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue