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


Ignore:
Timestamp:
2012-08-12T12:34:49Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ea5cc5b
Parents:
41b764b7
Message:

CLOCK_DEV_IFACE must be declared before AHCI_DEV_IFACE

File:
1 edited

Legend:

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

    r41b764b7 rdb80a2e  
    5151        /** Interface provided by USB HID devices. */
    5252        USBHID_DEV_IFACE,
     53        /** Interface provided by Real Time Clock devices */
     54        CLOCK_DEV_IFACE,
    5355        /** Interface provided by AHCI devices. */
    5456        AHCI_DEV_IFACE,
    55 
    56         /** Interface provided by Real Time Clock devices */
    57         CLOCK_DEV_IFACE,
    5857
    5958        DEV_IFACE_MAX
Note: See TracChangeset for help on using the changeset viewer.