aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/grant_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/xen/grant_table.h')
-rw-r--r--xen/include/xen/grant_table.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/include/xen/grant_table.h b/xen/include/xen/grant_table.h
index bbacae6e4c..eb9d8c15af 100644
--- a/xen/include/xen/grant_table.h
+++ b/xen/include/xen/grant_table.h
@@ -26,7 +26,7 @@
#include <xen/config.h>
#include <xen/mm.h>
-#include <hypervisor-ifs/grant_table.h>
+#include <public/grant_table.h>
/* Active grant entry - used for shadowing GTF_permit_access grants. */
typedef struct {
@@ -68,7 +68,7 @@ typedef struct {
/* Per-domain grant information. */
typedef struct {
- /* Shared grant table (see include/hypervisor-ifs/grant_table.h). */
+ /* Shared grant table (see include/public/grant_table.h). */
grant_entry_t *shared;
/* Active grant table. */
active_grant_entry_t *active;