summaryrefslogtreecommitdiff
path: root/exec/execmutations.h
diff options
context:
space:
mode:
Diffstat (limited to 'exec/execmutations.h')
-rw-r--r--exec/execmutations.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/exec/execmutations.h b/exec/execmutations.h
index ffcba9cd..2acca7a0 100644
--- a/exec/execmutations.h
+++ b/exec/execmutations.h
@@ -7,4 +7,12 @@
import "priv.h"; \
import "../libtrivfs/mig-decls.h"; \
+#define EXEC_STARTUP_INTRAN \
+ bootinfo_t begin_using_bootinfo_port (exec_startup_t)
+#define EXEC_STARTUP_DESTRUCTOR \
+ end_using_bootinfo (bootinfo_t)
+#define EXEC_STARTUP_IMPORTS \
+ import "priv.h"; \
+ import "mig-decls.h";
+
#define SERVERCOPY 1