Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.7
/
u-boot
/
a27ef0cb8415cc2b25115740e1222e83280d912f
/
.
/
u-boot-imx
/
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