mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-17 12:46:59 +02:00
13 lines
251 B
C
13 lines
251 B
C
/*
|
|
* (C) Copyright 2009
|
|
* Stefano Babic, DENX Software Engineering, sbabic@denx.de.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
#ifndef __SYS_PROTO_IMX5_
|
|
#define __SYS_PROTO_IMX5_
|
|
|
|
#include <asm/mach-imx/sys_proto.h>
|
|
|
|
#endif /* __SYS_PROTO_IMX5_ */
|