diff options
Diffstat (limited to 'include/asm-arm/arch-at91rm9200/AT91RM9200.h')
| -rw-r--r-- | include/asm-arm/arch-at91rm9200/AT91RM9200.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/include/asm-arm/arch-at91rm9200/AT91RM9200.h b/include/asm-arm/arch-at91rm9200/AT91RM9200.h index 2f7f71036..95db0177c 100644 --- a/include/asm-arm/arch-at91rm9200/AT91RM9200.h +++ b/include/asm-arm/arch-at91rm9200/AT91RM9200.h @@ -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 */ |