xref: /aosp_15_r20/external/coreboot/src/soc/mediatek/mt8188/include/soc/cpu_input_gating.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1 /* SPDX-License-Identifier: GPL-2.0-only OR MIT */
2 
3 #ifndef SOC_MEDIATEK_MT8188_CPU_INPUT_GATING_H
4 #define SOC_MEDIATEK_MT8188_CPU_INPUT_GATING_H
5 
6 void disable_cpu_input_gating(void);
7 
8 #endif /* SOC_MEDIATEK_MT8188_CPU_INPUT_GATING_H */
9