#ifndef _PXE_CALL_H #define _PXE_CALL_H /** @file * * PXE API entry point */ extern int pxe_boot ( void ); #endif /* _PXE_CALL_H */