Changeset 338a1a76 in mainline for abi/include/abi/ipc/interfaces.h


Ignore:
Timestamp:
2020-01-09T01:03:40Z (4 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
e7faeba
Parents:
7dd7bc0
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-12-14 18:05:37)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2020-01-09 01:03:40)
Message:

Correcting sysman registering a port

  • Correcting port handler - the new API does not need to accept the call
  • Allowing multiple registration of event handler
  • removing global variable holding the handler
File:
1 edited

Legend:

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

    r7dd7bc0 r338a1a76  
    186186        INTERFACE_PCI =
    187187            FOURCC_COMPACT('p', 'c', 'i', ' ') | IFACE_EXCHANGE_SERIALIZE,
     188        INTERFACE_SYSMAN =
     189            FOURCC_COMPACT('s', 'y', 's', 'm') | IFACE_EXCHANGE_SERIALIZE,
    188190        INTERFACE_TASKMAN_CB =
    189             FOURCC_COMPACT('t', 'a', 's', 'k') | IFACE_EXCHANGE_SERIALIZE | IFACE_MOD_CALLBACK,
    190         INTERFACE_SYSMAN =
    191             FOURCC_COMPACT('s', 'y', 's', 'm') | IFACE_EXCHANGE_SERIALIZE
     191            FOURCC_COMPACT('t', 'a', 's', 'k') | IFACE_EXCHANGE_SERIALIZE | IFACE_MOD_CALLBACK
    192192} iface_t;
    193193
Note: See TracChangeset for help on using the changeset viewer.