// SPDX-FileCopyrightText: 2020 Foundation Devices, Inc. // SPDX-License-Identifier: GPL-3.0-or-later // #ifndef __FREQUENCY_H__ #define __FREQUENCY_H__ #include extern void frequency_turbo(bool enable); extern void frequency_update_console_uart(void); #endif // __FREQUENCY_H__