iPXE
Macros
Initialisation function ordering

Macros

#define INIT_EARLY   01
 Early initialisation. More...
 
#define INIT_CONSOLE   02
 Console initialisation. More...
 
#define INIT_NORMAL   03
 Normal initialisation. More...
 
#define INIT_LATE   04
 Late initialisation. More...
 

Detailed Description

Macro Definition Documentation

◆ INIT_EARLY

#define INIT_EARLY   01

Early initialisation.

Definition at line 28 of file init.h.

◆ INIT_CONSOLE

#define INIT_CONSOLE   02

Console initialisation.

Definition at line 29 of file init.h.

◆ INIT_NORMAL

#define INIT_NORMAL   03

Normal initialisation.

Definition at line 30 of file init.h.

◆ INIT_LATE

#define INIT_LATE   04

Late initialisation.

Definition at line 31 of file init.h.