~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to uspace/lib/c/include/ipc/dev_iface.h

  • Committer: Jiri Svoboda
  • Date: 2012-11-11 21:31:03 UTC
  • mfrom: (1527.1.178 mainline)
  • Revision ID: jiri@wiwaxia-20121111213103-314bmkettwvlwj97
MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        HW_RES_DEV_IFACE = 0,
38
38
        /** Character device interface */
39
39
        CHAR_DEV_IFACE,
 
40
 
 
41
        /** Graphic device interface */
 
42
        GRAPH_DEV_IFACE,
40
43
        
41
44
        /** Network interface controller interface */
42
45
        NIC_DEV_IFACE,
50
53
        USBHC_DEV_IFACE,
51
54
        /** Interface provided by USB HID devices. */
52
55
        USBHID_DEV_IFACE,
 
56
        /** Interface provided by Real Time Clock devices */
 
57
        CLOCK_DEV_IFACE,
 
58
        /** Interface provided by battery powered devices */
 
59
        BATTERY_DEV_IFACE,
 
60
        /** Interface provided by AHCI devices. */
 
61
        AHCI_DEV_IFACE,
53
62
 
54
63
        DEV_IFACE_MAX
55
64
} dev_inferface_idx_t;