Sign in
nest-open-source
/
nest-guard
/
1.0
/
u-boot
/
019b773e91dc57c34e1d572a30289e0b584859c3
/
.
/
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