diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-07-07 10:58:07 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-07-07 10:58:07 +0200 |
commit | 5d080a83916d09fae81e49e0b9bcee5b73416688 (patch) | |
tree | 6290b97a5089074ce3c528bb7d2bad8b48c61625 /dmidecode.h | |
parent | b1d326f710674448b6a528b3991ae44098396b44 (diff) | |
parent | 223c71b5532beb3fd6cbfb931b95b149235544a1 (diff) |
Merge branch 'release/debian/3.6-1'debian/3.6-1
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; |