Changeset 241f1985 in mainline for uspace/lib/c/generic/private
- Timestamp:
- 2019-08-31T10:45:17Z (6 years ago)
- Children:
- 102f641
- Parents:
- f92b315
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-23 22:04:34)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-31 10:45:17)
- Location:
- uspace/lib/c/generic/private
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/private/async.h
rf92b315 r241f1985 42 42 #include <time.h> 43 43 #include <stdbool.h> 44 #include <stdatomic.h> 44 45 45 46 /** Session data */ … … 106 107 107 108 extern void async_reply_received(ipc_call_t *); 108 extern async_sess_t *create_session( int, exch_mgmt_t,109 extern async_sess_t *create_session(cap_phone_handle_t, exch_mgmt_t, 109 110 sysarg_t, sysarg_t, sysarg_t); 110 extern int async_session_phone(async_sess_t *);111 extern cap_phone_handle_t async_session_phone(async_sess_t *); 111 112 112 113 #endif -
uspace/lib/c/generic/private/taskman.h
rf92b315 r241f1985 36 36 #define LIBC_PRIVATE_TASKMAN_H_ 37 37 38 #include <async.h>38 #include "async.h" 39 39 40 40 extern async_sess_t *session_taskman;
Note:
See TracChangeset
for help on using the changeset viewer.
