summaryrefslogtreecommitdiffstats
path: root/c/src/libchip
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-29 00:03:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-29 00:03:12 +0000
commit866c9dd5b629c54e597a730e3c1d0590e88f789e (patch)
tree3c6702d36fb38cff02867bf0d1b8172c6b1fa9fc /c/src/libchip
parentRenamed control register constants. (diff)
downloadrtems-866c9dd5b629c54e597a730e3c1d0590e88f789e.tar.bz2
Added function table.
Diffstat (limited to 'c/src/libchip')
-rw-r--r--c/src/libchip/rtc/m48t08.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/libchip/rtc/m48t08.h b/c/src/libchip/rtc/m48t08.h
index cd2812cae5..dec5e92c60 100644
--- a/c/src/libchip/rtc/m48t08.h
+++ b/c/src/libchip/rtc/m48t08.h
@@ -32,5 +32,11 @@
#define M48T08_MONTH 6
#define M48T08_YEAR 7
+/*
+ * Driver function table
+ */
+
+extern rtc_fns m48t08_fns;
+
#endif
/* end of include file */