Changeset 8d2963d in mainline for uspace/lib/drv/include/ops/clock.h


Ignore:
Timestamp:
2012-04-03T07:51:15Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
923b2eba
Parents:
28ca043f
Message:

rtc: replace time_t with the new tm structure

File:
1 edited

Legend:

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

    r28ca043f r8d2963d  
    4040
    4141typedef struct {
    42         int (*time_set)(ddf_fun_t *, time_t);
    43         int (*time_get)(ddf_fun_t *, time_t *);
     42        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.