aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xenguest.h
diff options
context:
space:
mode:
authorJimi Xenidis <jimix@watson.ibm.com>2007-01-21 08:15:39 -0500
committerJimi Xenidis <jimix@watson.ibm.com>2007-01-21 08:15:39 -0500
commit7ba577bada57ce5766e45c8505d0fb68e35a2c67 (patch)
treef10ae61e76bc7927ce22e3faeabbff73634caee3 /tools/libxc/xenguest.h
parentc7c4025be9790e59204ccfa27246cf6d7718c952 (diff)
downloadxen-7ba577bada57ce5766e45c8505d0fb68e35a2c67.tar.gz
xen-7ba577bada57ce5766e45c8505d0fb68e35a2c67.tar.bz2
xen-7ba577bada57ce5766e45c8505d0fb68e35a2c67.zip
[XEND][POWERPC] Remove FlatDeviceTree.py, eliminate devtree from prose builder.
Signed-off-by: Ryan Harper <ryanh@us.ibm.com> Signed-off-by: Jimi Xenidis <jimix@watson.ibm.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 cf72b13a32..777ee9f23b 100644
--- a/tools/libxc/xenguest.h
+++ b/tools/libxc/xenguest.h
@@ -122,18 +122,4 @@ 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 */