summaryrefslogtreecommitdiffstats
path: root/src/include/init.h
diff options
context:
space:
mode:
authorMichael Brown2005-05-01 17:07:35 +0200
committerMichael Brown2005-05-01 17:07:35 +0200
commit52b3c8babe9b277b8a0485973bae3a96b42129a9 (patch)
tree69e000b2e1ddcb5de89c0edd279bb944cca95282 /src/include/init.h
parentMoved protocols to proto/ (diff)
downloadipxe-52b3c8babe9b277b8a0485973bae3a96b42129a9.tar.gz
ipxe-52b3c8babe9b277b8a0485973bae3a96b42129a9.tar.xz
ipxe-52b3c8babe9b277b8a0485973bae3a96b42129a9.zip
Add INIT_RPC
Diffstat (limited to 'src/include/init.h')
-rw-r--r--src/include/init.h1
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 ) \