aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xenguest.h
diff options
context:
space:
mode:
authorHollis Blanchard <hollisb@us.ibm.com>2007-02-07 18:53:33 -0600
committerHollis Blanchard <hollisb@us.ibm.com>2007-02-07 18:53:33 -0600
commitdd887f1615e6367ec83dd01a234df88bfada3227 (patch)
tree36da12a4414b5a8ea73496f775999fe5ea24d19a /tools/libxc/xenguest.h
parent1b4c4df73c32b396cf4b6f61b0e11f9c64b506d2 (diff)
downloadxen-dd887f1615e6367ec83dd01a234df88bfada3227.tar.gz
xen-dd887f1615e6367ec83dd01a234df88bfada3227.tar.bz2
xen-dd887f1615e6367ec83dd01a234df88bfada3227.zip
[POWERPC][XEN] Fix mismerge.
Diffstat (limited to 'tools/libxc/xenguest.h')
-rw-r--r--tools/libxc/xenguest.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/libxc/xenguest.h b/tools/libxc/xenguest.h
index 2ae1fb287b..d2005201ce 100644
--- a/tools/libxc/xenguest.h
+++ b/tools/libxc/xenguest.h
@@ -142,4 +142,18 @@ int xc_set_hvm_param(
int xc_get_hvm_param(
int handle, domid_t dom, int param, unsigned long *value);
+/* PowerPC specific. */
+int xc_prose_build(int xc_handle,
+ uint32_t domid,
+ unsigned int mem_mb,
+ const char *image_name,
+ const char *ramdisk_name,
+ const char *cmdline,
+ const char *features,
+ unsigned long flags,
+ unsigned int store_evtchn,
+ unsigned long *store_mfn,
+ unsigned int console_evtchn,
+ unsigned long *console_mfn);
+
#endif /* XENGUEST_H */