#include <init.h>
Data Fields | |
| void(* | startup )(void) |
| void(* | shutdown )(int flags) |
Startup and shutdown functions may be called multiple times, as part of the calls to startup() and shutdown().
Definition at line 51 of file init.h.
| void( * startup_fn::startup)(void) |
Referenced by startup().
| void( * startup_fn::shutdown)(int flags) |
Referenced by shutdown().
1.5.7.1