aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpaging/xenpaging.h
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2011-06-10 10:47:07 +0200
committerOlaf Hering <olaf@aepfle.de>2011-06-10 10:47:07 +0200
commit305ed55b97fe1950c2a3af93bca8c19d4429e542 (patch)
tree9a2d0a6a649c91abeab669744c20b23e53a17224 /tools/xenpaging/xenpaging.h
parentc08db669460495b17ba1530ba6230bdd4e332be6 (diff)
downloadxen-305ed55b97fe1950c2a3af93bca8c19d4429e542.tar.gz
xen-305ed55b97fe1950c2a3af93bca8c19d4429e542.tar.bz2
xen-305ed55b97fe1950c2a3af93bca8c19d4429e542.zip
xenpaging: drop xc.c, remove xc_platform_info_t
xc_platform_info_t is not used in xenpaging. Signed-off-by: Olaf Hering <olaf@aepfle.de> Committed-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/xenpaging/xenpaging.h')
-rw-r--r--tools/xenpaging/xenpaging.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/xenpaging/xenpaging.h b/tools/xenpaging/xenpaging.h
index 2d7bead7a0..d99f2bebcc 100644
--- a/tools/xenpaging/xenpaging.h
+++ b/tools/xenpaging/xenpaging.h
@@ -38,7 +38,6 @@ typedef struct xenpaging {
xc_interface *xc_handle;
struct xs_handle *xs_handle;
- xc_platform_info_t *platform_info;
xc_domaininfo_t *domain_info;
unsigned long *bitmap;