mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 07:50:43 +03:00
12 lines
138 B
C
12 lines
138 B
C
|
|
#ifndef _PXE_CALL_H
|
||
|
|
#define _PXE_CALL_H
|
||
|
|
|
||
|
|
/** @file
|
||
|
|
*
|
||
|
|
* PXE API entry point
|
||
|
|
*/
|
||
|
|
|
||
|
|
extern int pxe_boot ( void );
|
||
|
|
|
||
|
|
#endif /* _PXE_CALL_H */
|