aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xenctrl.h
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2010-10-18 17:16:59 +0100
committerIan Campbell <ian.campbell@citrix.com>2010-10-18 17:16:59 +0100
commit3a97052f4353921447d8f3e58614350db5c3d120 (patch)
tree6e147eb10f671198b2ab2c23f878955449d969be /tools/libxc/xenctrl.h
parent4f3b2fdaae5674e219c04ab8e5cc24dde71890e9 (diff)
downloadxen-3a97052f4353921447d8f3e58614350db5c3d120.tar.gz
xen-3a97052f4353921447d8f3e58614350db5c3d120.tar.bz2
xen-3a97052f4353921447d8f3e58614350db5c3d120.zip
libxc: add xc_machphys_mfn_list to wrap XENMEM_machphys_mfn_list
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxc/xenctrl.h')
-rw-r--r--tools/libxc/xenctrl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/libxc/xenctrl.h b/tools/libxc/xenctrl.h
index 4a3223dfdf..33f01eb382 100644
--- a/tools/libxc/xenctrl.h
+++ b/tools/libxc/xenctrl.h
@@ -753,6 +753,10 @@ int xc_numainfo(xc_interface *xch, xc_numainfo_t *info);
int xc_sched_id(xc_interface *xch,
int *sched_id);
+int xc_machphys_mfn_list(xc_interface *xch,
+ unsigned long max_extents,
+ xen_pfn_t *extent_start);
+
typedef xen_sysctl_cpuinfo_t xc_cpuinfo_t;
int xc_getcpuinfo(xc_interface *xch, int max_cpus,
xc_cpuinfo_t *info, int *nr_cpus);