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