Changeset 9923afb in mainline


Ignore:
Timestamp:
2012-04-03T15:00:34Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
aeef318
Parents:
33b9dcb
Message:

rtc: rename ops/clock.h to ops/clock_dev.h

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/ops/clock_dev.h

    r33b9dcb r9923afb  
    4040
    4141typedef struct {
     42        int (*time_get)(ddf_fun_t *, struct tm *);
    4243        int (*time_set)(ddf_fun_t *, struct tm *);
    43         int (*time_get)(ddf_fun_t *, struct tm *);
    4444} clock_dev_ops_t;
    4545
Note: See TracChangeset for help on using the changeset viewer.