summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/rtc/rtc.h
diff options
context:
space:
mode:
authorEric Norum <WENorum@lbl.gov>2004-10-11 15:00:23 +0000
committerEric Norum <WENorum@lbl.gov>2004-10-11 15:00:23 +0000
commit29322a8d3df22392135993e7feeab1dd6f847e85 (patch)
tree8e1578e2d571ae4123d87384d03baf912d625ac9 /c/src/libchip/rtc/rtc.h
parent2004-10-11 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-29322a8d3df22392135993e7feeab1dd6f847e85.tar.bz2
Add libchip driver for Motorola MC146818A time-of-day clock chip.
Modify i386/pc386 BSP to use this driver.
Diffstat (limited to '')
-rw-r--r--c/src/libchip/rtc/rtc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/libchip/rtc/rtc.h b/c/src/libchip/rtc/rtc.h
index 8d2f37d2e1..545e5fb82c 100644
--- a/c/src/libchip/rtc/rtc.h
+++ b/c/src/libchip/rtc/rtc.h
@@ -32,7 +32,8 @@ typedef struct _rtc_fns {
typedef enum {
RTC_M48T08, /* SGS-Thomsom M48T08 or M48T18 */
RTC_ICM7170, /* Harris ICM-7170 */
- RTC_CUSTOM /* BSP specific driver */
+ RTC_CUSTOM, /* BSP specific driver */
+ RTC_MC146818A /* Motorola MC146818A */
} rtc_devs;
/*