Nobuhiro Iwamatsu | 940103d | 2012-08-19 04:40:05 +0000 | [diff] [blame] | 1 | /* |
2 | * (C) Copyright 2010 | ||||
3 | * Texas Instruments, <www.ti.com> | ||||
4 | * | ||||
Wolfgang Denk | d79de1d | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 5 | * SPDX-License-Identifier: GPL-2.0+ |
Nobuhiro Iwamatsu | 940103d | 2012-08-19 04:40:05 +0000 | [diff] [blame] | 6 | */ |
7 | |||||
8 | #ifndef _SYS_PROTO_H_ | ||||
9 | #define _SYS_PROTO_H_ | ||||
10 | |||||
11 | struct rmobile_sysinfo { | ||||
12 | char *board_string; | ||||
13 | }; | ||||
14 | extern const struct rmobile_sysinfo sysinfo; | ||||
15 | |||||
16 | #endif |