cregit-Linux how code gets into the kernel

Release 4.16 include/xen/features.h

Directory: include/xen
/* SPDX-License-Identifier: GPL-2.0 */
/******************************************************************************
 * 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 Fitzhardinge16100.00%1100.00%
Total16100.00%1100.00%

#endif /* __ASM_XEN_FEATURES_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Jeremy Fitzhardinge4497.78%150.00%
Greg Kroah-Hartman12.22%150.00%
Total45100.00%2100.00%
Directory: include/xen
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.