aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen/interface/xen.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xen/interface/xen.h')
-rw-r--r--include/xen/interface/xen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xen/interface/xen.h b/include/xen/interface/xen.h
index 70213b4515eb..d83cc08921a8 100644
--- a/include/xen/interface/xen.h
+++ b/include/xen/interface/xen.h
@@ -453,6 +453,7 @@ struct start_info {
453/* These flags are passed in the 'flags' field of start_info_t. */ 453/* These flags are passed in the 'flags' field of start_info_t. */
454#define SIF_PRIVILEGED (1<<0) /* Is the domain privileged? */ 454#define SIF_PRIVILEGED (1<<0) /* Is the domain privileged? */
455#define SIF_INITDOMAIN (1<<1) /* Is this the initial control domain? */ 455#define SIF_INITDOMAIN (1<<1) /* Is this the initial control domain? */
456#define SIF_PM_MASK (0xFF<<8) /* reserve 1 byte for xen-pm options */
456 457
457typedef uint64_t cpumap_t; 458typedef uint64_t cpumap_t;
458 459