]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/include/asm/arch-mx5/sys_proto.h
imx5: Add include guards for include/asm/arch-mx5/sys_proto.h file
[people/ms/u-boot.git] / arch / arm / include / asm / arch-mx5 / sys_proto.h
1 /*
2 * (C) Copyright 2009
3 * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7 #ifndef __SYS_PROTO_IMX5_
8 #define __SYS_PROTO_IMX5_
9
10 #include <asm/mach-imx/sys_proto.h>
11
12 #endif /* __SYS_PROTO_IMX5_ */