mirror of
https://github.com/ipxe/ipxe
synced 2026-02-28 03:11:18 +03:00
Add INIT_RPC
This commit is contained in:
@@ -44,6 +44,7 @@ struct init_fn {
|
|||||||
#define INIT_RELOCATE 07
|
#define INIT_RELOCATE 07
|
||||||
#define INIT_PCMCIA 08
|
#define INIT_PCMCIA 08
|
||||||
#define INIT_HEAP 09
|
#define INIT_HEAP 09
|
||||||
|
#define INIT_RPC 10
|
||||||
|
|
||||||
/* Macro for creating an initialisation function table entry */
|
/* Macro for creating an initialisation function table entry */
|
||||||
#define INIT_FN( init_order, init_func, reset_func, exit_func ) \
|
#define INIT_FN( init_order, init_func, reset_func, exit_func ) \
|
||||||
|
|||||||
Reference in New Issue
Block a user