]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/u-boot-arm.h
arm: Make u-boot-arm.h a private header
[u-boot] / arch / arm / include / asm / u-boot-arm.h
index b931c22060ec823201ff5d230367de526f3271fa..3a0d0b8675a0227e4331842703607a33b0b24c8a 100644 (file)
@@ -13,6 +13,8 @@
 #ifndef _U_BOOT_ARM_H_
 #define _U_BOOT_ARM_H_ 1
 
+#ifndef __ASSEMBLY__
+
 /* for the following variables, see start.S */
 extern ulong IRQ_STACK_START;  /* top of IRQ stack */
 extern ulong FIQ_STACK_START;  /* top of FIQ stack */
@@ -59,4 +61,6 @@ void do_fiq(struct pt_regs *pt_regs);
 void do_irq(struct pt_regs *pt_regswq);
 #endif
 
+#endif /* __ASSEMBLY__ */
+
 #endif /* _U_BOOT_ARM_H_ */