diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/shutdown.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/gpxe/shutdown.h b/src/include/gpxe/shutdown.h new file mode 100644 index 000000000..451029313 --- /dev/null +++ b/src/include/gpxe/shutdown.h @@ -0,0 +1,10 @@ +#ifndef _GPXE_SHUTDOWN_H +#define _GPXE_SHUTDOWN_H + +/** + * Shut down before exit + */ + +extern void shutdown ( void ); + +#endif /* _GPXE_SHUTDOWN_H */ |
