summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-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 ) \