summaryrefslogtreecommitdiffstats
path: root/c/src/libchip
diff options
context:
space:
mode:
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 */