1 /******************************************************************************
2 * features.h
3 *
4 * Query the features reported by Xen.
5 *
6 * Copyright (c) 2006, Ian Campbell
7 *
8 * $FreeBSD$
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: 7892d03c373f3876d42f7b14b5a855d0
|