blob: 1d896fbbf7e20736c3ffda71621b4b2904cfcdb0 [file] [log] [blame]
Ryder Leecbd2fba2018-11-15 10:07:52 +08001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2018 MediaTek Inc.
4 */
5
6#ifndef __MEDIATEK_INIT_H_
7#define __MEDIATEK_INIT_H_
8
9extern int mtk_soc_early_init(void);
10
11#endif /* __MEDIATEK_INIT_H_ */