Changeset 973efd36 in mainline for abi


Ignore:
Timestamp:
2019-12-03T17:42:10Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
87a7cdb
Parents:
24cf391a
Message:

Display device protocol library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abi/include/abi/ipc/interfaces.h

    r24cf391a r973efd36  
    188188        INTERFACE_PCI =
    189189            FOURCC_COMPACT('p', 'c', 'i', ' ') | IFACE_EXCHANGE_SERIALIZE,
     190        INTERFACE_DDEV =
     191            FOURCC_COMPACT('d', 'd', 'e', 'v') | IFACE_EXCHANGE_SERIALIZE,
    190192        INTERFACE_DISPLAY =
    191193            FOURCC_COMPACT('d', 's', 'p', 'l') | IFACE_EXCHANGE_SERIALIZE,
Note: See TracChangeset for help on using the changeset viewer.