Skip to content

Commit

Permalink
Add header for pxe_boot()
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brown committed Jan 13, 2007
1 parent 4b77061 commit bd863e4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/arch/i386/include/pxe_call.h
@@ -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 */
1 change: 1 addition & 0 deletions src/arch/i386/interface/pxe/pxe_call.c
Expand Up @@ -20,6 +20,7 @@
#include <registers.h>
#include <biosint.h>
#include <pxe.h>
#include <pxe_call.h>

/** @file
*
Expand Down

0 comments on commit bd863e4

Please sign in to comment.