Added function table.

This commit is contained in:
Joel Sherrill
1998-07-29 00:03:12 +00:00
parent cb5e6f681d
commit 866c9dd5b6
2 changed files with 12 additions and 0 deletions

View File

@@ -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 */

View File

@@ -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 */