mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 15:00:16 +00:00
Added function table.
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user