aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-07-24 14:10:45 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-07-24 14:10:45 +0100
commitfd6a37dbdcdf53a65f27115aebfc0a57e0040004 (patch)
treee777f4b77198f15d9f7e7a23079b9d541028a393 /tools/include
parent090519068631f979b0e913023fe0aa77386053c4 (diff)
downloadxen-fd6a37dbdcdf53a65f27115aebfc0a57e0040004.tar.gz
xen-fd6a37dbdcdf53a65f27115aebfc0a57e0040004.tar.bz2
xen-fd6a37dbdcdf53a65f27115aebfc0a57e0040004.zip
pv-grub: re-implement xc_map_foreign_ranges
Also get rid of va and npages members of privcmd_mmap_entry since we do not need them any more. Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Diffstat (limited to 'tools/include')
-rw-r--r--tools/include/xen-sys/MiniOS/privcmd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/include/xen-sys/MiniOS/privcmd.h b/tools/include/xen-sys/MiniOS/privcmd.h
index 97e0ceb5a0..db0f00e3ec 100644
--- a/tools/include/xen-sys/MiniOS/privcmd.h
+++ b/tools/include/xen-sys/MiniOS/privcmd.h
@@ -10,9 +10,7 @@ typedef struct privcmd_hypercall
} privcmd_hypercall_t;
typedef struct privcmd_mmap_entry {
- u64 va;
u64 mfn;
- u64 npages;
} privcmd_mmap_entry_t;
#endif /* __MINIOS_PUBLIC_PRIVCMD_H__ */