Changeset 94d84a0 in mainline for abi/include


Ignore:
Timestamp:
2024-08-29T19:03:45Z (19 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
4e84176
Parents:
dd495c9
Message:

hr: initial trivial mirroring implementation

File:
1 edited

Legend:

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

    rdd495c9 r94d84a0  
    202202            FOURCC_COMPACT('w', 'm', 'g', 't') | IFACE_EXCHANGE_SERIALIZE | IFACE_MOD_CALLBACK,
    203203        INTERFACE_TBARCFG_NOTIFY =
    204             FOURCC_COMPACT('t', 'b', 'c', 'f') | IFACE_EXCHANGE_SERIALIZE
     204            FOURCC_COMPACT('t', 'b', 'c', 'f') | IFACE_EXCHANGE_SERIALIZE,
     205        INTERFACE_HR =
     206            FOURCC_COMPACT('h', 'r', ' ', ' ') | IFACE_EXCHANGE_SERIALIZE
    205207} iface_t;
    206208
Note: See TracChangeset for help on using the changeset viewer.