diff options
| author | Michael Brown | 2007-01-14 01:16:41 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-14 01:16:41 +0100 |
| commit | c2708df14ae58e45626525d930c6d5560f28500a (patch) | |
| tree | a3679604aab009a3284dfd7b4759876baba53434 /src/include/gpxe | |
| parent | Make "boot" a synonym for "imgexec", to match grub (diff) | |
| download | ipxe-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/gpxe')
| -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 */ |
