Changeset abf2dfd in mainline for uspace/lib/c/include/async.h


Ignore:
Timestamp:
2015-08-18T17:52:25Z (9 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6a8ce16
Parents:
b688fd8
Message:

preparations for interface types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/async.h

    rb688fd8 rabf2dfd  
    4848#include <abi/ddi/irq.h>
    4949#include <abi/ipc/event.h>
     50#include <abi/ipc/interfaces.h>
    5051
    5152typedef ipc_callid_t aid_t;
     53typedef sysarg_t port_id_t;
    5254
    5355typedef void *(*async_client_data_ctor_t)(void);
     
    8789         *
    8890         */
    89         EXCHANGE_PARALLEL,
     91        EXCHANGE_PARALLEL = 1,
    9092       
    9193        /** Exchange management via mutual exclusion
     
    9597         *
    9698         */
    97         EXCHANGE_SERIALIZE
     99        EXCHANGE_SERIALIZE = 2
    98100} exch_mgmt_t;
    99101
Note: See TracChangeset for help on using the changeset viewer.