Changeset 9923afb in mainline
- Timestamp:
- 2012-04-03T15:00:34Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- aeef318
- Parents:
- 33b9dcb
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/ops/clock_dev.h
r33b9dcb r9923afb 40 40 41 41 typedef struct { 42 int (*time_get)(ddf_fun_t *, struct tm *); 42 43 int (*time_set)(ddf_fun_t *, struct tm *); 43 int (*time_get)(ddf_fun_t *, struct tm *);44 44 } clock_dev_ops_t; 45 45
Note:
See TracChangeset
for help on using the changeset viewer.