Changeset a2e4889 in mainline for uspace/drv/time/rtc.c
- Timestamp:
- 2012-03-30T08:21:19Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c9f703b
- Parents:
- b8d5f2b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/time/rtc.c
rb8d5f2b ra2e4889 39 39 #include <stdio.h> 40 40 #include <ddf/driver.h> 41 #include <ddf/log.h> 41 42 42 43 #define NAME "RTC" … … 46 47 static driver_t rtc_driver = { 47 48 .name = NAME, 48 .driver_ops = NULL ;49 .driver_ops = NULL, 49 50 }; 50 51
Note:
See TracChangeset
for help on using the changeset viewer.