aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xenguest.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-05-08 13:40:40 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-05-08 13:40:40 +0100
commit1aa3c54a31a5aec90f3705a37258988a69279308 (patch)
treea7aa90331785f89e6938e0348ec05d7e32d83bba /tools/libxc/xenguest.h
parent1b1305666b610a4808b06d8635451ea74996ceed (diff)
downloadxen-1aa3c54a31a5aec90f3705a37258988a69279308.tar.gz
xen-1aa3c54a31a5aec90f3705a37258988a69279308.tar.bz2
xen-1aa3c54a31a5aec90f3705a37258988a69279308.zip
Remove defunct powerpc port.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/libxc/xenguest.h')
-rw-r--r--tools/libxc/xenguest.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/libxc/xenguest.h b/tools/libxc/xenguest.h
index be30cfe299..8ab1149cb5 100644
--- a/tools/libxc/xenguest.h
+++ b/tools/libxc/xenguest.h
@@ -136,18 +136,4 @@ int xc_hvm_build_mem(int xc_handle,
const char *image_buffer,
unsigned long image_size);
-/* 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 */