diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-06-30 20:02:05 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-06-30 20:02:05 +0200 |
commit | c9aac994d65f7bcc3659e3219d6729a24c803fcf (patch) | |
tree | 392bee74d0652cac2c3677da3268bedc14791293 /dmidecode.h | |
parent | 67edb6d3e91421bc50fd51baa1f4ce214efb98c7 (diff) |
New upstream version 3.6upstream/3.6upstream
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; |