Make shutdown functions callable by OS image's exec methods.

This commit is contained in:
Michael Brown
2007-01-14 00:16:41 +00:00
parent c088ecf042
commit c2708df14a
3 changed files with 42 additions and 353 deletions

View File

@@ -0,0 +1,10 @@
#ifndef _GPXE_SHUTDOWN_H
#define _GPXE_SHUTDOWN_H
/**
* Shut down before exit
*/
extern void shutdown ( void );
#endif /* _GPXE_SHUTDOWN_H */