1 /* 2 * SPDX-License-Identifier: BSD-2-Clause 3 * 4 * Copyright (c) 2026 The FreeBSD Foundation 5 * 6 * This software was developed by Olivier Certner <olce@FreeBSD.org> at Kumacom 7 * SARL under sponsorship from the FreeBSD Foundation. 8 */ 9 10 /* Stuff common to hwpstate_amd(4) and hwpstate_intel(4). */ 11 12 extern int hwpstate_verbose; 13 extern bool hwpstate_pkg_ctrl_enable; 14