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 */