summaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8183/include/soc/mt8183.h
blob: d67d00a10a3879df9b6b7d70714de4f7fc13f52f (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#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__ */