]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-exynos/include/mach/board.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / arm / mach-exynos / include / mach / board.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2013 Samsung Electronics
4  * Rajeshwari Shinde <rajeshwari.s@samsung.com>
5  */
6
7 #ifndef _EXYNOS_BOARD_H
8 #define _EXYNOS_BOARD_H
9
10 /*
11  * Exynos baord specific changes for
12  * board_init
13  */
14 int exynos_init(void);
15
16 /*
17  * Exynos board specific changes for
18  * board_early_init_f
19  */
20 int exynos_early_init_f(void);
21
22 /*
23  * Exynos board specific changes for
24  * board_power_init
25  */
26 int exynos_power_init(void);
27
28 #endif  /* EXYNOS_BOARD_H */