]> git.sur5r.net Git - u-boot/blobdiff - include/asm-arm/arch-at91rm9200/AT91RM9200.h
mgsuvd: fix compiler warning when using soft_i2c driver
[u-boot] / include / asm-arm / arch-at91rm9200 / AT91RM9200.h
index 2f7f71036bfa2faf14d6bf9edf9650b4e1d1d43e..95db0177cd43dbf23b2c8b0d10b77f3a263b476b 100644 (file)
@@ -25,6 +25,7 @@
 #ifndef AT91RM9200_H
 #define AT91RM9200_H
 
+#ifndef __ASSEMBLY__
 typedef volatile unsigned int AT91_REG;                /* Hardware register definition */
 
 /*****************************************************************************/
@@ -780,4 +781,5 @@ typedef struct _AT91S_PDC
 #define AT91C_PIOB_ODR         ((AT91_REG *)   0xFFFFF614) /* (PIOB) Output Disable Registerr */
 #define AT91C_PIOB_PDSR                ((AT91_REG *)   0xFFFFF63C) /* (PIOB) Pin Data Status Register */
 
-#endif
+#endif /* __ASSEMBLY__ */
+#endif /* AT91RM9200_H */