mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
s390-tools/libutil: Add machine type 3932
Add support for machine type 3932. Print identical product name for machine types 8561 and 8562. Signed-off-by: Thomas Richter <tmricht@linux.ibm.com> Suggested-by: Christian Borntraeger <borntraeger@linux.ibm.com> Acked-by: Christian Borntraeger <borntraeger@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
committed by
Steffen Eiden
parent
47b0960cc7
commit
ef1799f31f
@@ -27,6 +27,7 @@ enum util_arch_machine_type {
|
||||
UTIL_ARCH_MACHINE_TYPE_Z15 = 8561,
|
||||
UTIL_ARCH_MACHINE_TYPE_Z15_T02 = 8562,
|
||||
UTIL_ARCH_MACHINE_TYPE_Z16 = 3931,
|
||||
UTIL_ARCH_MACHINE_TYPE_Z16_A02 = 3932,
|
||||
};
|
||||
|
||||
int util_arch_machine_type(void);
|
||||
|
||||
Reference in New Issue
Block a user