summaryrefslogtreecommitdiff
path: root/mach-defpager/wiring.h
diff options
context:
space:
mode:
Diffstat (limited to 'mach-defpager/wiring.h')
-rw-r--r--mach-defpager/wiring.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mach-defpager/wiring.h b/mach-defpager/wiring.h
index e545834d..9d99f33a 100644
--- a/mach-defpager/wiring.h
+++ b/mach-defpager/wiring.h
@@ -29,6 +29,6 @@
#include <mach.h>
#include <mach_init.h>
-extern void wire_setup(/* mach_port_t host_priv */);
-extern void wire_thread();
-extern void wire_all_memory();
+extern void wire_setup(mach_port_t host_priv);
+extern void wire_thread(void);
+extern void wire_all_memory(void);