From c2708df14ae58e45626525d930c6d5560f28500a Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 14 Jan 2007 00:16:41 +0000 Subject: Make shutdown functions callable by OS image's exec methods. --- src/include/gpxe/shutdown.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/include/gpxe/shutdown.h (limited to 'src/include') 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 */ -- cgit v1.2.3-55-g7522