1 /******************************************************************************
2 * features.h
3 *
4 * Query the features reported by Xen.
5 *
6 * Copyright (c) 2006, Ian Campbell
7 *
8 * $FreeBSD: releng/8.0/sys/i386/include/xen/features.h 181638 2008-08-12 19:41:11Z kmacy $
9 */
10
11 #ifndef __ASM_XEN_FEATURES_H__
12 #define __ASM_XEN_FEATURES_H__
13
14 #include <xen/interface/version.h>
15
16 extern void setup_xen_features(void);
17
18 extern uint8_t xen_features[XENFEAT_NR_SUBMAPS * 32];
19
20 #define xen_feature(flag) (xen_features[flag])
21
22 #endif /* __ASM_XEN_FEATURES_H__ */
Cache object: b87cc6a7f7464fa33b8fd79ab1247b23
|