iPXE
|
A startup/shutdown function. More...
#include <init.h>
Data Fields | |
const char * | name |
void(* | startup )(void) |
void(* | shutdown )(int booting) |
A startup/shutdown function.
Startup and shutdown functions may be called multiple times, as part of the calls to startup() and shutdown().
const char* startup_fn::name |
Definition at line 42 of file init.h.
Referenced by shutdown(), and startup().
void( * startup_fn::shutdown) (int booting) |
Definition at line 44 of file init.h.
Referenced by shutdown().