1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Module interface for CPU features
5 * Copyright IBM Corp. 2015, 2022
9 #ifndef __ASM_S390_CPUFEATURE_H
10 #define __ASM_S390_CPUFEATURE_H
14 S390_CPU_FEATURE_VXRS,
19 #define cpu_feature(feature) (feature)
21 int cpu_have_feature(unsigned int nr);
23 #endif /* __ASM_S390_CPUFEATURE_H */