aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xenguest.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-12-13 10:23:53 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-12-13 10:23:53 +0000
commit15e8ea54ac4434cef024c9f9b52baafcc059d82d (patch)
tree0898c39222d602ed0aa570f4c0f2034bd5c3c4ae /tools/libxc/xenguest.h
parent495b9df07742b8375e7294d44124626d21012bfd (diff)
downloadxen-15e8ea54ac4434cef024c9f9b52baafcc059d82d.tar.gz
xen-15e8ea54ac4434cef024c9f9b52baafcc059d82d.tar.bz2
xen-15e8ea54ac4434cef024c9f9b52baafcc059d82d.zip
[TOOLS] Fix the build. Clearly demarcate PPC-specific stuff.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/libxc/xenguest.h')
-rw-r--r--tools/libxc/xenguest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libxc/xenguest.h b/tools/libxc/xenguest.h
index cf5f370cc8..6d4576026d 100644
--- a/tools/libxc/xenguest.h
+++ b/tools/libxc/xenguest.h
@@ -122,6 +122,7 @@ 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,