diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-06-30 20:02:17 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-06-30 20:02:17 +0200 |
commit | c38426c9a9dd4efb236ef21d0c281d341445102a (patch) | |
tree | 45fa8b58371e9f40cd1fbd169cbd497eb300a2a1 /dmidecode.h | |
parent | 25d9e648d730c649a9769b04dc0a246fbc9680cb (diff) | |
parent | e8704754ec72eb19159d167d79a1d89a899ea632 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'dmidecode.h')
-rw-r--r-- | dmidecode.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dmidecode.h b/dmidecode.h index 318cdc6..e03c957 100644 --- a/dmidecode.h +++ b/dmidecode.h @@ -1,7 +1,7 @@ /* * This file is part of the dmidecode project. * - * Copyright (C) 2005-2020 Jean Delvare <jdelvare@suse.de> + * Copyright (C) 2005-2023 Jean Delvare <jdelvare@suse.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -40,6 +40,7 @@ enum cpuid_type cpuid_arm_soc_id, cpuid_x86_intel, cpuid_x86_amd, + cpuid_loongarch, }; extern enum cpuid_type cpuid_type; |