diff options
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-mx6/imx-regs.h | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h index 3eb0081ca..eaa743948 100644 --- a/arch/arm/include/asm/arch-mx6/imx-regs.h +++ b/arch/arm/include/asm/arch-mx6/imx-regs.h @@ -601,5 +601,13 @@ struct iomuxc_base_regs {  	u32     daisy[104];     /* 0x7b0..94c */  }; +struct wdog_regs { +	u16	wcr;	/* Control */ +	u16	wsr;	/* Service */ +	u16	wrsr;	/* Reset Status */ +	u16	wicr;	/* Interrupt Control */ +	u16	wmcr;	/* Miscellaneous Control */ +}; +  #endif /* __ASSEMBLER__*/  #endif /* __ASM_ARCH_MX6_IMX_REGS_H__ */ |