aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xc/lib/xc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xc/lib/xc.h')
-rw-r--r--tools/xc/lib/xc.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/xc/lib/xc.h b/tools/xc/lib/xc.h
index eb1b07da91..9a0fab2257 100644
--- a/tools/xc/lib/xc.h
+++ b/tools/xc/lib/xc.h
@@ -74,15 +74,13 @@ int xc_linux_build(int xc_handle,
const char *image_name,
const char *ramdisk_name,
const char *cmdline,
- unsigned int control_evtchn,
- int io_priv);
+ unsigned int control_evtchn);
int xc_netbsd_build(int xc_handle,
u64 domid,
const char *image_name,
const char *cmdline,
- unsigned int control_evtchn,
- int io_priv);
+ unsigned int control_evtchn);
int xc_bvtsched_global_set(int xc_handle,
unsigned long ctx_allow);