xref: /rk3399_rockchip-uboot/arch/arm/mach-rmobile/include/mach/sys_proto.h (revision 9dd1d0aa4e086bc8a5eaf19a67825c3323c41c5a)
1 /*
2  * (C) Copyright 2010
3  * Texas Instruments, <www.ti.com>
4  *
5  * SPDX-License-Identifier:	GPL-2.0+
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
17