mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
Add header for pxe_boot()
This commit is contained in:
parent
4b77061881
commit
bd863e4112
11
src/arch/i386/include/pxe_call.h
Normal file
11
src/arch/i386/include/pxe_call.h
Normal 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 */
|
@ -20,6 +20,7 @@
|
||||
#include <registers.h>
|
||||
#include <biosint.h>
|
||||
#include <pxe.h>
|
||||
#include <pxe_call.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user