david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/arch/i386/include/pxe_call.h

12 lines
138 B
C
Raw Normal View History

2007-01-13 18:23:44 +01:00
#ifndef _PXE_CALL_H
#define _PXE_CALL_H
/** @file
*
* PXE API entry point
*/
extern int pxe_boot ( void );
#endif /* _PXE_CALL_H */