Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
6ae44732885868ee49c5108fd00fe041bb1520f9
/
.
/
arch
/
arm
/
include
/
asm
/
arch-rmobile
/
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