#ifndef _GPXE_SHUTDOWN_H #define _GPXE_SHUTDOWN_H /** * Shut down before exit */ extern void shutdown ( void ); #endif /* _GPXE_SHUTDOWN_H */