iPXE
Macros
Startup/shutdown function ordering

Shutdown functions are called in the reverse order to startup functions. More...

Macros

#define STARTUP_EARLY   01
 Early startup. More...
 
#define STARTUP_NORMAL   02
 Normal startup. More...
 
#define STARTUP_LATE   03
 Late startup. More...
 

Detailed Description

Shutdown functions are called in the reverse order to startup functions.

Macro Definition Documentation

◆ STARTUP_EARLY

#define STARTUP_EARLY   01

Early startup.

Definition at line 62 of file init.h.

◆ STARTUP_NORMAL

#define STARTUP_NORMAL   02

Normal startup.

Definition at line 63 of file init.h.

◆ STARTUP_LATE

#define STARTUP_LATE   03

Late startup.

Definition at line 64 of file init.h.