Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
4fafb722d3f64fab5c558608548492feb77db7dd
/
.
/
arch
/
arm
/
mach-rmobile
/
include
/
mach
/
sys_proto.h
blob: 326f6b14815afbfa77c97c0b8ad0b78cdb99c913 [
file
] [
log
] [
blame
]
/*
* (C) Copyright 2010
* Texas Instruments, <www.ti.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef
_SYS_PROTO_H_
#define
_SYS_PROTO_H_
struct
rmobile_sysinfo
{
char
*
board_string
;
};
extern
const
struct
rmobile_sysinfo sysinfo
;
#endif