aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xenctrlosdep.h
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2010-12-03 09:36:47 +0000
committerIan Campbell <ian.campbell@citrix.com>2010-12-03 09:36:47 +0000
commitfa0eebfd1bd2a7eea7b6cb424a8d83cebfe6ee0b (patch)
tree547eac158516652f1da0e9d79b0a7bfd1f809df5 /tools/libxc/xenctrlosdep.h
parente4371c99d8dcff34d8f2699e3cccbd80a0a24876 (diff)
downloadxen-fa0eebfd1bd2a7eea7b6cb424a8d83cebfe6ee0b.tar.gz
xen-fa0eebfd1bd2a7eea7b6cb424a8d83cebfe6ee0b.tar.bz2
xen-fa0eebfd1bd2a7eea7b6cb424a8d83cebfe6ee0b.zip
libxc: osdep: convert xc_gnttab_set_max_grants()
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/libxc/xenctrlosdep.h')
-rw-r--r--tools/libxc/xenctrlosdep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libxc/xenctrlosdep.h b/tools/libxc/xenctrlosdep.h
index 094d035045..d862fcff85 100644
--- a/tools/libxc/xenctrlosdep.h
+++ b/tools/libxc/xenctrlosdep.h
@@ -107,6 +107,7 @@ struct xc_osdep_ops
int (*munmap)(xc_gnttab *xcg, xc_osdep_handle h,
void *start_address,
uint32_t count);
+ int (*set_max_grants)(xc_gnttab *xcg, xc_osdep_handle h, uint32_t count);
} gnttab;
} u;
};