diff options
| author | Michael Brown | 2005-05-01 17:07:35 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-05-01 17:07:35 +0200 |
| commit | 52b3c8babe9b277b8a0485973bae3a96b42129a9 (patch) | |
| tree | 69e000b2e1ddcb5de89c0edd279bb944cca95282 | |
| parent | Moved protocols to proto/ (diff) | |
| download | ipxe-52b3c8babe9b277b8a0485973bae3a96b42129a9.tar.gz ipxe-52b3c8babe9b277b8a0485973bae3a96b42129a9.tar.xz ipxe-52b3c8babe9b277b8a0485973bae3a96b42129a9.zip | |
Add INIT_RPC
| -rw-r--r-- | src/include/init.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/init.h b/src/include/init.h index 37ce2d686..dda4ef3c3 100644 --- a/src/include/init.h +++ b/src/include/init.h @@ -44,6 +44,7 @@ struct init_fn { #define INIT_RELOCATE 07 #define INIT_PCMCIA 08 #define INIT_HEAP 09 +#define INIT_RPC 10 /* Macro for creating an initialisation function table entry */ #define INIT_FN( init_order, init_func, reset_func, exit_func ) \ |
