Changeset c9f703b in mainline


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

RTC: Add CLOCK_DEV_IFACE to the enum of available interfaces.

File:
1 edited

Legend:

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

    ra2e4889 rc9f703b  
    5252        USBHID_DEV_IFACE,
    5353
     54        /** Interface provided by Real Time Clock devices */
     55        CLOCK_DEV_IFACE,
     56
    5457        DEV_IFACE_MAX
    5558} dev_inferface_idx_t;
Note: See TracChangeset for help on using the changeset viewer.