Changeset 1e94e09 in mainline for uspace/lib/c/include/ipc/dev_iface.h


Ignore:
Timestamp:
2014-05-16T23:34:14Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b5674b2
Parents:
7d68e5c7
Message:

implement driver support for blink(1) USB LED devices
add simple LED device DDF interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/dev_iface.h

    r7d68e5c7 r1e94e09  
    6565        CLOCK_DEV_IFACE,
    6666
     67        /** Interface provided by LED devices */
     68        LED_DEV_IFACE,
     69
    6770        /** Interface provided by battery powered devices */
    6871        BATTERY_DEV_IFACE,
Note: See TracChangeset for help on using the changeset viewer.