~martin-decky/helenos/ifaces

« back to all changes in this revision

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

  • Committer: Martin Decky
  • Date: 2012-06-02 21:15:37 UTC
  • Revision ID: martin@decky.cz-20120602211537-cz53mtk785yibnmq
make ddf_fun_create() DDF-private, add virtual devices interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        INTERFACE_FRAMEBUFFER              = FOURCC('f', 'b', ' ', ' '),
53
53
        INTERFACE_FS                       = FOURCC('f', 's', ' ', ' '),
54
54
        
 
55
        INTERFACE_DEVICE_VIRTUAL           = FOURCC('d', 'v', 'r', 't'),
55
56
        INTERFACE_DEVICE_HW_RES            = FOURCC('d', 'v', 'h', 'r'),
56
57
        INTERFACE_DEVICE_CHAR              = FOURCC('d', 'v', 'c', 'h'),
57
58
        INTERFACE_DEVICE_SERIAL            = FOURCC('d', 'v', 's', 'r'),