003 File Manager
Current Path:
/usr/src/sys/xen
usr
/
src
/
sys
/
xen
/
📁
..
📄
blkif.h
(5.48 KB)
📄
error.h
(2.96 KB)
📁
evtchn
📄
evtchn.h
(2.6 KB)
📄
features.c
(638 B)
📄
features.h
(457 B)
📄
gntdev.h
(6.95 KB)
📄
gnttab.h
(4.33 KB)
📄
hvm.h
(3.36 KB)
📄
hypervisor.h
(2.31 KB)
📁
interface
📄
privcmd.h
(3.15 KB)
📄
xen-os.h
(4.49 KB)
📄
xen_intr.h
(10.77 KB)
📄
xen_msi.h
(1.7 KB)
📄
xen_pci.h
(1.66 KB)
📄
xen_pv.h
(1.45 KB)
📁
xenbus
📁
xenmem
📁
xenstore
Editing: features.h
/****************************************************************************** * features.h * * Query the features reported by Xen. * * Copyright (c) 2006, Ian Campbell */ #ifndef __ASM_XEN_FEATURES_H__ #define __ASM_XEN_FEATURES_H__ #include <xen/interface/version.h> extern void setup_xen_features(void); extern uint8_t xen_features[XENFEAT_NR_SUBMAPS * 32]; #define xen_feature(flag) (xen_features[flag]) #endif /* __ASM_XEN_FEATURES_H__ */
Upload File
Create Folder