blob: 326f6b14815afbfa77c97c0b8ad0b78cdb99c913 [file] [log] [blame]
Nobuhiro Iwamatsu940103d2012-08-19 04:40:05 +00001/*
2 * (C) Copyright 2010
3 * Texas Instruments, <www.ti.com>
4 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
Nobuhiro Iwamatsu940103d2012-08-19 04:40:05 +00006 */
7
8#ifndef _SYS_PROTO_H_
9#define _SYS_PROTO_H_
10
11struct rmobile_sysinfo {
12 char *board_string;
13};
14extern const struct rmobile_sysinfo sysinfo;
15
16#endif