Changeset 7bf29e5 in mainline for abi/include


Ignore:
Timestamp:
2025-01-09T11:29:38Z (10 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
a5c2960e
Parents:
bc3d695 (diff), 4e1221c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge 'upstream/master' into helenraid-para

File:
1 edited

Legend:

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

    rbc3d695 r7bf29e5  
    203203        INTERFACE_TBARCFG_NOTIFY =
    204204            FOURCC_COMPACT('t', 'b', 'c', 'f') | IFACE_EXCHANGE_SERIALIZE,
     205        INTERFACE_SYSTEM =
     206            FOURCC_COMPACT('s', 's', 't', 'm') | IFACE_EXCHANGE_SERIALIZE,
     207        INTERFACE_SYSTEM_CB =
     208            FOURCC_COMPACT('s', 's', 't', 'm') | IFACE_EXCHANGE_SERIALIZE | IFACE_MOD_CALLBACK,
    205209        INTERFACE_HR =
    206210            FOURCC_COMPACT('h', 'r', ' ', ' ') | IFACE_EXCHANGE_SERIALIZE
Note: See TracChangeset for help on using the changeset viewer.