Ignore:
Timestamp:
2012-09-15T14: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:
69a13a4
Parents:
0d911ee
Message:

Add support to the battery interface, not tested yet

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/remote_battery_dev.h

    r0d911ee r917797f  
    2727 */
    2828
    29 #ifndef LIBC_IPC_CLOCK_CTL_H_
    30 #define LIBC_IPC_CLOCK_CTL_H_
     29/** @addtogroup libdrv
     30 * @{
     31 */
     32/** @file
     33 */
    3134
    32 #include <ipc/dev_iface.h>
     35#ifndef LIBDRV_REMOTE_BATTERY_DEV_H_
     36#define LIBDRV_REMOTE_BATTERY_DEV_H_
    3337
    34 typedef enum {
    35         CLOCK_GET_BATTERY_STATUS = DEV_FIRST_CUSTOM_METHOD,
    36 } clock_ctl_t;
     38extern remote_iface_t remote_battery_dev_iface;
    3739
    3840#endif
    3941
     42/**
     43 * @}
     44 */
     45
Note: See TracChangeset for help on using the changeset viewer.