2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-04-12 00:01:27 +00:00
Files
xNBA/src/include/gpxe/shutdown.h

11 lines
147 B
C

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