cregit-Linux how code gets into the kernel

Release 4.7 include/xen/features.h

Directory: include/xen
/******************************************************************************
 * features.h
 *
 * Query the features reported by Xen.
 *
 * Copyright (c) 2006, Ian Campbell
 */

#ifndef __XEN_FEATURES_H__

#define __XEN_FEATURES_H__

#include <xen/interface/features.h>

void xen_setup_features(void);

extern u8 xen_features[XENFEAT_NR_SUBMAPS * 32];


static inline int xen_feature(int flag) { return xen_features[flag]; }

Contributors

PersonTokensPropCommitsCommitProp
jeremy fitzhardingejeremy fitzhardinge16100.00%1100.00%
Total16100.00%1100.00%

#endif /* __ASM_XEN_FEATURES_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
jeremy fitzhardingejeremy fitzhardinge44100.00%1100.00%
Total44100.00%1100.00%
Directory: include/xen
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}