Changeset b8d5f2b in mainline


Ignore:
Timestamp:
2012-03-30T06:58:48Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a2e4889
Parents:
e4def65
Message:

RTC: rename rtc_dev.h to a more generic clock.h

File:
1 moved

Legend:

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

    re4def65 rb8d5f2b  
    3333 */
    3434
    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_
    3737
    3838#include <time.h>
     
    4242        int (*time_set)(ddf_fun_t *, time_t);
    4343        int (*time_get)(ddf_fun_t *, time_t *);
    44 } rtc_dev_ops_t;
     44} clock_dev_ops_t;
    4545
    4646#endif
Note: See TracChangeset for help on using the changeset viewer.