12 lines
251 B
C
12 lines
251 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* (C) Copyright 2009
|
||
|
* Stefano Babic, DENX Software Engineering, sbabic@denx.de.
|
||
|
*/
|
||
|
#ifndef __SYS_PROTO_IMX5_
|
||
|
#define __SYS_PROTO_IMX5_
|
||
|
|
||
|
#include <asm/mach-imx/sys_proto.h>
|
||
|
|
||
|
#endif /* __SYS_PROTO_IMX5_ */
|