]> git.sur5r.net Git - u-boot/blob - arch/arm/include/asm/arch-uniphier/boot-device.h
ARM: zynq: List nand, qspi and jtag boot modes
[u-boot] / arch / arm / include / asm / arch-uniphier / boot-device.h
1 /*
2  * Copyright (C) 2011-2014 Panasonic Corporation
3  *   Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #ifndef _ASM_BOOT_DEVICE_H_
9 #define _ASM_BOOT_DEVICE_H_
10
11 u32 get_boot_mode_sel(void);
12
13 struct boot_device_info {
14         u32 type;
15         char *info;
16 };
17
18 extern struct boot_device_info boot_device_table[];
19
20 #endif /* _ASM_BOOT_DEVICE_H_ */