Changes in uspace/lib/c/include/async.h [3b1cc8d:eadaeae8] in mainline
- File:
-
- 1 edited
-
uspace/lib/c/include/async.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async.h
r3b1cc8d readaeae8 107 107 typedef struct async_sess async_sess_t; 108 108 typedef struct async_exch async_exch_t; 109 110 extern atomic_t threads_in_ipc_wait; 109 111 110 112 #define async_manager() \ … … 492 494 sysarg_t, sysarg_t, sysarg_t); 493 495 494 errno_t async_spawn_notification_handler(void);495 496 496 #endif 497 497
Note:
See TracChangeset
for help on using the changeset viewer.
