aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/cpufreq/hwpstate_common.h
blob: 953037672c0f3684e8083fe30ff7e06b3229ab75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * SPDX-License-Identifier: BSD-2-Clause
 *
 * Copyright (c) 2026 The FreeBSD Foundation
 *
 * This software was developed by Olivier Certner <olce@FreeBSD.org> at Kumacom
 * SARL under sponsorship from the FreeBSD Foundation.
 */

/* Stuff common to hwpstate_amd(4) and hwpstate_intel(4). */

extern int hwpstate_verbose;
extern bool hwpstate_pkg_ctrl_enable;