blob: cd1b038b527d45777848a5a1b65ac42c5e60ec2e [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#include <smbios.h>
unsigned int smbios_cpu_get_max_speed_mhz(void)
{
return 3900;
}