aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/grant_table.h
diff options
context:
space:
mode:
authorcwc22@centipede.cl.cam.ac.uk <cwc22@centipede.cl.cam.ac.uk>2005-03-11 15:09:22 +0000
committercwc22@centipede.cl.cam.ac.uk <cwc22@centipede.cl.cam.ac.uk>2005-03-11 15:09:22 +0000
commit29d187994b6ed6c834317fc0e64705b4c9bdf238 (patch)
treeaa806fb60f8b5c0cf1bca6214e5879a54231bfe4 /xen/include/xen/grant_table.h
parentc05cf2471604ae636c911a12c8de62d46bdbd43a (diff)
downloadxen-29d187994b6ed6c834317fc0e64705b4c9bdf238.tar.gz
xen-29d187994b6ed6c834317fc0e64705b4c9bdf238.tar.bz2
xen-29d187994b6ed6c834317fc0e64705b4c9bdf238.zip
bitkeeper revision 1.1236.26.1 (4231b4a20dnya9Kf1nGoYAKIhIcGJw)
Grant tables map operation working.
Diffstat (limited to 'xen/include/xen/grant_table.h')
-rw-r--r--xen/include/xen/grant_table.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xen/include/xen/grant_table.h b/xen/include/xen/grant_table.h
index 9520fbca45..b05ca702ce 100644
--- a/xen/include/xen/grant_table.h
+++ b/xen/include/xen/grant_table.h
@@ -106,4 +106,8 @@ void
gnttab_notify_transfer(
struct domain *rd, grant_ref_t ref, unsigned long frame);
+/* Pre-domain destruction release of granted device mappings of other domains.*/
+void
+gnttab_release_dev_mappings(grant_table_t *gt);
+
#endif /* __XEN_GRANT_H__ */