aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/grant_table.h
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-09-15 17:09:50 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-09-15 17:09:50 +0000
commite88fac734c1dad1056ce0ad1473b2f0044b58ce2 (patch)
tree1863f5301043e8e2b417ea897c1a181d6d854831 /xen/include/xen/grant_table.h
parent69c01cf908da8159d3ede2aa132fc65d89c9142c (diff)
downloadxen-e88fac734c1dad1056ce0ad1473b2f0044b58ce2.tar.gz
xen-e88fac734c1dad1056ce0ad1473b2f0044b58ce2.tar.bz2
xen-e88fac734c1dad1056ce0ad1473b2f0044b58ce2.zip
Start cleaning up grant tables. gnttab_donate now called
gnttab_transfer, with slightly rationalised interface and simpler implementation inside Xen. This is a tiny chip off the tip of a very big iceberg. :-) Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xen/grant_table.h')
-rw-r--r--xen/include/xen/grant_table.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/xen/include/xen/grant_table.h b/xen/include/xen/grant_table.h
index 0e9e7f71d1..86e7088481 100644
--- a/xen/include/xen/grant_table.h
+++ b/xen/include/xen/grant_table.h
@@ -106,12 +106,6 @@ int
gnttab_prepare_for_transfer(
struct domain *rd, struct domain *ld, grant_ref_t ref);
-/* Notify 'rd' of a completed transfer via an already-locked grant entry. */
-void
-gnttab_notify_transfer(
- struct domain *rd, struct domain *ld,
- grant_ref_t ref, unsigned long frame);
-
/* Domain death release of granted device mappings of other domains.*/
void
gnttab_release_dev_mappings(grant_table_t *gt);