blob: 7a10f1c5b2c89db6a9f30f0552632cbf9c060f24 [file] [log] [blame]
Masahiro Yamada5894ca02014-10-03 19:21:06 +09001/*
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
Masahiro Yamada44316842015-02-05 20:56:23 +090011int get_boot_mode_sel(void);
Masahiro Yamada5894ca02014-10-03 19:21:06 +090012
13struct boot_device_info {
14 u32 type;
15 char *info;
16};
17
18extern struct boot_device_info boot_device_table[];
19
20#endif /* _ASM_BOOT_DEVICE_H_ */