Changeset 9a1b20c in mainline for uspace/lib/libc/include/ipc/ipc.h


Ignore:
Timestamp:
2008-09-17T12:16:27Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fb9b0b0
Parents:
06a195bc
Message:

Merge syscall tracer (trace) and relevant part of udebug interface from tracing to trunk.

File:
1 edited

Legend:

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

    r06a195bc r9a1b20c  
    289289extern int ipc_data_write_finalize(ipc_callid_t callid, void *dst, size_t size);
    290290
     291#include <task.h>
     292
     293extern int ipc_connect_kbox(task_id_t id);
     294
    291295#endif
    292296
Note: See TracChangeset for help on using the changeset viewer.