Explorar o código

ColdFire: MCF5329 - Add Reset structure to immap_5329.h

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
TsiChungLiew %!s(int64=17) %!d(string=hai) anos
pai
achega
7d7cdea769
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      include/asm-m68k/immap_5329.h

+ 5 - 0
include/asm-m68k/immap_5329.h

@@ -494,6 +494,11 @@ typedef struct ccm_ctrl {
 	u16 uocsr;		/* 0x16 USB On-the-Go Controller Status Register */
 } ccm_t;
 
+typedef struct rcm {
+	u8 rcr;
+	u8 rsr;
+} rcm_t;
+
 /* GPIO port registers */
 typedef struct gpio_ctrl {
 	/* Port Output Data Registers */