]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - 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
index ac7705b3b099dd28ad7639670ad3d78df668987d..de19c45e0980a99870355ca0e64c49cbdace7d5e 100644 (file)
@@ -4,26 +4,9 @@
  *
  * SPDX-License-Identifier:    GPL-2.0+
  */
+#ifndef __SYS_PROTO_IMX5_
+#define __SYS_PROTO_IMX5_
 
-#ifndef _SYS_PROTO_H_
-#define _SYS_PROTO_H_
+#include <asm/mach-imx/sys_proto.h>
 
-#include "../arch-imx/cpu.h"
-
-#define is_soc_rev(rev)        ((get_cpu_rev() & 0xFF) - rev)
-u32 get_cpu_rev(void);
-unsigned imx_ddr_size(void);
-void sdelay(unsigned long);
-void set_chipselect_size(int const);
-
-/*
- * Initializes on-chip ethernet controllers.
- * to override, implement board_eth_init()
- */
-
-int fecmxc_initialize(bd_t *bis);
-u32 get_ahb_clk(void);
-u32 get_periph_clk(void);
-char *get_reset_cause(void);
-
-#endif
+#endif /* __SYS_PROTO_IMX5_ */