]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/mach-uniphier/include/mach/boot-device.h
Merge git://git.denx.de/u-boot-pxa
[people/ms/u-boot.git] / arch / arm / mach-uniphier / include / mach / 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 int 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_ */