summaryrefslogtreecommitdiffstats
path: root/include/xen/grant_table.h
diff options
context:
space:
mode:
authorJuergen Gross <jgross@suse.com>2022-05-05 08:49:52 +0200
committerJuergen Gross <jgross@suse.com>2022-05-19 14:21:34 +0200
commit79c22318f89f3e6cafeabddd5894cad13c7e5957 (patch)
treea235f870c6bc7e5c5de131784d47c2dccef6cb9f /include/xen/grant_table.h
parent6d1c2f48f3fcf5f42967938c8ba6b42ac6b44b43 (diff)
downloadlinux-79c22318f89f3e6cafeabddd5894cad13c7e5957.tar.bz2
xen: update grant_table.h
Update include/xen/interface/grant_table.h to its newest version. This allows to drop some private definitions in grant-table.c and include/xen/grant_table.h. Signed-off-by: Juergen Gross <jgross@suse.com> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Signed-off-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'include/xen/grant_table.h')
-rw-r--r--include/xen/grant_table.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/xen/grant_table.h b/include/xen/grant_table.h
index dfd5bf31cfb9..7d0f2f0037b8 100644
--- a/include/xen/grant_table.h
+++ b/include/xen/grant_table.h
@@ -57,8 +57,6 @@
#define INVALID_GRANT_REF ((grant_ref_t)-1)
#define INVALID_GRANT_HANDLE ((grant_handle_t)-1)
-#define GNTTAB_RESERVED_XENSTORE 1
-
/* NR_GRANT_FRAMES must be less than or equal to that configured in Xen */
#define NR_GRANT_FRAMES 4