ARM: uniphier: allow to enable multiple SoCs
[platform/kernel/u-boot.git] / arch / arm / mach-uniphier / include / mach / boot-device.h
1 /*
2  * Copyright (C) 2011-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef _ASM_BOOT_DEVICE_H_
8 #define _ASM_BOOT_DEVICE_H_
9
10 struct boot_device_info {
11         u32 type;
12         char *info;
13 };
14
15 u32 ph1_sld3_boot_device(void);
16 u32 ph1_ld4_boot_device(void);
17
18 void ph1_sld3_boot_mode_show(void);
19 void ph1_ld4_boot_mode_show(void);
20
21 #endif /* _ASM_BOOT_DEVICE_H_ */