aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/public/grant_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/public/grant_table.h')
-rw-r--r--xen/include/public/grant_table.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/include/public/grant_table.h b/xen/include/public/grant_table.h
index b70bb65856..d3bf9ed9d3 100644
--- a/xen/include/public/grant_table.h
+++ b/xen/include/public/grant_table.h
@@ -261,8 +261,6 @@ typedef struct {
/*
* Values for error status returns. All errors are -ve.
*/
-#define GNTST_flush_all (2) /* Success, need to flush entire TLB. */
-#define GNTST_flush_one (1) /* Success, need to flush a vaddr. */
#define GNTST_okay (0) /* Normal return. */
#define GNTST_general_error (-1) /* General undefined error. */
#define GNTST_bad_domain (-2) /* Unrecognsed domain id. */