/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __SOC_MEDIATEK_MT8183_H__ #define __SOC_MEDIATEK_MT8183_H__ /* Mainboards should manually call this function in early stages (bootblock or * verstage). */ void mt8183_early_init(void); #endif /* __SOC_MEDIATEK_MT8183_H__ */