summaryrefslogtreecommitdiff
path: root/kern/xcall.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/xcall.h')
-rw-r--r--kern/xcall.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/kern/xcall.h b/kern/xcall.h
index 37c85867..27b6af25 100644
--- a/kern/xcall.h
+++ b/kern/xcall.h
@@ -30,11 +30,6 @@
typedef void (*xcall_fn_t)(void *arg);
/*
- * Initialize the xcall module.
- */
-void xcall_setup(void);
-
-/*
* Run the given cross-call function on a specific processor.
*
* The operation is completely synchronous, returning only when the function