ia64/xen-unstable
changeset 18040:3e563929f17a
libxc: remove redundant declaration of xc_copy_to_domain_page().
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Fri Jul 11 15:35:50 2008 +0100 (2008-07-11) |
parents | f40c310dca31 |
children | 86e3027df9d9 |
files | tools/libxc/xg_private.h |
line diff
1.1 --- a/tools/libxc/xg_private.h Fri Jul 11 12:51:26 2008 +0100 1.2 +++ b/tools/libxc/xg_private.h Fri Jul 11 15:35:50 2008 +0100 1.3 @@ -170,9 +170,6 @@ typedef l4_pgentry_64_t l4_pgentry_t; 1.4 #define PAEKERN_extended_cr3 2 1.5 #define PAEKERN_bimodal 3 1.6 1.7 -int xc_copy_to_domain_page(int xc_handle, uint32_t domid, 1.8 - unsigned long dst_pfn, const char *src_page); 1.9 - 1.10 int pin_table(int xc_handle, unsigned int type, unsigned long mfn, 1.11 domid_t dom); 1.12