]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-uniphier/boot-mode/boot-device.h
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
[u-boot] / arch / arm / mach-uniphier / boot-mode / 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 u32 ph1_pro5_boot_device(void);
18 u32 proxstream2_boot_device(void);
19
20 void ph1_sld3_boot_mode_show(void);
21 void ph1_ld4_boot_mode_show(void);
22 void ph1_pro5_boot_mode_show(void);
23 void proxstream2_boot_mode_show(void);
24
25 #endif /* _ASM_BOOT_DEVICE_H_ */