mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
e895e996ab
Signed-off-by: Lukasz Majewski <lukma@denx.de>
12 lines
251 B
C
12 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_ */
|