mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
Make shutdown functions callable by OS image's exec methods.
This commit is contained in:
10
src/include/gpxe/shutdown.h
Normal file
10
src/include/gpxe/shutdown.h
Normal 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 */
|
||||
Reference in New Issue
Block a user