Changeset b8d5f2b in mainline
- Timestamp:
- 2012-03-30T06:58:48Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a2e4889
- Parents:
- e4def65
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/ops/clock.h
re4def65 rb8d5f2b 33 33 */ 34 34 35 #ifndef LIBDRV_OPS_ RTC_DEV_H_36 #define LIBDRV_OPS_ RTC_DEV_H_35 #ifndef LIBDRV_OPS_CLOCK_DEV_H_ 36 #define LIBDRV_OPS_CLOCK_DEV_H_ 37 37 38 38 #include <time.h> … … 42 42 int (*time_set)(ddf_fun_t *, time_t); 43 43 int (*time_get)(ddf_fun_t *, time_t *); 44 } rtc_dev_ops_t;44 } clock_dev_ops_t; 45 45 46 46 #endif
Note:
See TracChangeset
for help on using the changeset viewer.