2 * Copyright (C) 2011-2014 Panasonic Corporation
3 * Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
5 * SPDX-License-Identifier: GPL-2.0+
8 #ifndef _ASM_BOOT_DEVICE_H_
9 #define _ASM_BOOT_DEVICE_H_
11 u32 get_boot_mode_sel(void);
13 struct boot_device_info {
18 extern struct boot_device_info boot_device_table[];
20 #endif /* _ASM_BOOT_DEVICE_H_ */