summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-uniphier/include/mach/boot-device.h
blob: 7a10f1c5b2c89db6a9f30f0552632cbf9c060f24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * Copyright (C) 2011-2014 Panasonic Corporation
 *   Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifndef _ASM_BOOT_DEVICE_H_
#define _ASM_BOOT_DEVICE_H_

int get_boot_mode_sel(void);

struct boot_device_info {
	u32 type;
	char *info;
};

extern struct boot_device_info boot_device_table[];

#endif /* _ASM_BOOT_DEVICE_H_ */
OpenPOWER on IntegriCloud