aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xg_private.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-07-11 15:35:50 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-07-11 15:35:50 +0100
commit0373c0538d66ef68bf916eaa03f10a78391e7ddb (patch)
tree3e5f6850b3db593ca5ea3a9b4b447cb87d8b48f5 /tools/libxc/xg_private.h
parent41296317a3156c84206de931ba9118330e0c3fc4 (diff)
downloadxen-0373c0538d66ef68bf916eaa03f10a78391e7ddb.tar.gz
xen-0373c0538d66ef68bf916eaa03f10a78391e7ddb.tar.bz2
xen-0373c0538d66ef68bf916eaa03f10a78391e7ddb.zip
libxc: remove redundant declaration of xc_copy_to_domain_page().
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'tools/libxc/xg_private.h')
-rw-r--r--tools/libxc/xg_private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/libxc/xg_private.h b/tools/libxc/xg_private.h
index e4dedede6d..1e74509b0a 100644
--- a/tools/libxc/xg_private.h
+++ b/tools/libxc/xg_private.h
@@ -170,9 +170,6 @@ typedef l4_pgentry_64_t l4_pgentry_t;
#define PAEKERN_extended_cr3 2
#define PAEKERN_bimodal 3
-int xc_copy_to_domain_page(int xc_handle, uint32_t domid,
- unsigned long dst_pfn, const char *src_page);
-
int pin_table(int xc_handle, unsigned int type, unsigned long mfn,
domid_t dom);