summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2007-01-14 01:16:41 +0100
committerMichael Brown2007-01-14 01:16:41 +0100
commitc2708df14ae58e45626525d930c6d5560f28500a (patch)
treea3679604aab009a3284dfd7b4759876baba53434 /src/include
parentMake "boot" a synonym for "imgexec", to match grub (diff)
downloadipxe-c2708df14ae58e45626525d930c6d5560f28500a.tar.gz
ipxe-c2708df14ae58e45626525d930c6d5560f28500a.tar.xz
ipxe-c2708df14ae58e45626525d930c6d5560f28500a.zip
Make shutdown functions callable by OS image's exec methods.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/shutdown.h10
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 */