/usr/src/linux-headers-5.15.0-190/arch/s390/include/asm
Edit: /usr/src/linux-headers-5.15.0-190/arch/s390/include/asm/cpu.h (549B)
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright IBM Corp. 2000, 2009
* Author(s): Hartmut Penner
,
* Martin Schwidefsky ,
* Christian Ehrhardt ,
*/
#ifndef _ASM_S390_CPU_H
#define _ASM_S390_CPU_H
#ifndef __ASSEMBLY__
#include
struct cpuid
{
unsigned int version : 8;
unsigned int ident : 24;
unsigned int machine : 16;
unsigned int unused : 16;
} __attribute__ ((packed, aligned(8)));
#endif /* __ASSEMBLY__ */
#endif /* _ASM_S390_CPU_H */