mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 23:41:45 +03:00
Add header for pxe_boot()
This commit is contained in:
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 <registers.h>
|
||||||
#include <biosint.h>
|
#include <biosint.h>
|
||||||
#include <pxe.h>
|
#include <pxe.h>
|
||||||
|
#include <pxe_call.h>
|
||||||
|
|
||||||
/** @file
|
/** @file
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user