Changeset d7978525 in mainline for uspace/lib/c/include/ipc/ipc.h


Ignore:
Timestamp:
2012-08-12T19:16:45Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6266cc6
Parents:
6c34f587
Message:

Implement ipc_*_finalize() functionality directly in async framework.

  • Remove ipc_*_finalize() as these interfaces do not make much sense only on their own.
File:
1 edited

Legend:

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

    r6c34f587 rd7978525  
    125125    sysarg_t, sysarg_t, sysarg_t, unsigned int);
    126126
    127 extern int ipc_share_in_finalize(ipc_callid_t, void *, unsigned int);
    128 extern int ipc_share_out_finalize(ipc_callid_t, void **);
    129 extern int ipc_data_read_finalize(ipc_callid_t, const void *, size_t);
    130 extern int ipc_data_write_finalize(ipc_callid_t, void *, size_t);
    131 
    132127extern int ipc_connect_kbox(task_id_t);
    133128
Note: See TracChangeset for help on using the changeset viewer.