aboutsummaryrefslogtreecommitdiff
path: root/include/asm-m68k/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m68k/rtc.h')
-rw-r--r--include/asm-m68k/rtc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-m68k/rtc.h b/include/asm-m68k/rtc.h
index f955bc5fe..7651ca932 100644
--- a/include/asm-m68k/rtc.h
+++ b/include/asm-m68k/rtc.h
@@ -35,9 +35,10 @@ typedef struct rtc_ctrl {
u32 cr; /* 0x10 Control Register */
u32 isr; /* 0x14 Interrupt Status Register */
u32 ier; /* 0x18 Interrupt Enable Register */
- u32 stpwach; /* 0x1C Stopwatch Minutes Register */
+ u32 stpwatch; /* 0x1C Stopwatch Minutes Register */
u32 days; /* 0x20 Days Counter Register */
u32 alrm_day; /* 0x24 Days Alarm Register */
+ void *extended;
} rtc_t;
/* Bit definitions and macros for HOURMIN */