1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright IBM Corp. 2000, 2009
9 #ifndef _ASM_S390_CPU_H
10 #define _ASM_S390_CPU_H
14 #include <linux/types.h>
18 unsigned int version : 8;
19 unsigned int ident : 24;
20 unsigned int machine : 16;
21 unsigned int unused : 16;
22 } __attribute__ ((packed, aligned(8)));
24 #endif /* __ASSEMBLY__ */
25 #endif /* _ASM_S390_CPU_H */