Changeset 5b19d80 in mainline for abi/include/abi/ipc/interfaces.h


Ignore:
Timestamp:
2023-01-08T14:59:46Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e04b72d6
Parents:
ffed09d
git-author:
Jiri Svoboda <jiri@…> (2023-01-08 14:58:31)
git-committer:
Jiri Svoboda <jiri@…> (2023-01-08 14:59:46)
Message:

Display configuration library

Initial version of protocol library for managing seats and device
assignments.

File:
1 edited

Legend:

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

    rffed09d r5b19d80  
    11/*
     2 * Copyright (c) 2023 Jiri Svoboda
    23 * Copyright (c) 2014 Martin Decky
    34 * All rights reserved.
     
    186187        INTERFACE_DDEV =
    187188            FOURCC_COMPACT('d', 'd', 'e', 'v') | IFACE_EXCHANGE_SERIALIZE,
     189        INTERFACE_DISPCFG =
     190            FOURCC_COMPACT('d', 'c', 'f', 'g') | IFACE_EXCHANGE_SERIALIZE,
     191        INTERFACE_DISPCFG_CB =
     192            FOURCC_COMPACT('d', 'c', 'f', 'g') | IFACE_EXCHANGE_SERIALIZE | IFACE_MOD_CALLBACK,
    188193        INTERFACE_DISPLAY =
    189194            FOURCC_COMPACT('d', 's', 'p', 'l') | IFACE_EXCHANGE_SERIALIZE,
Note: See TracChangeset for help on using the changeset viewer.