Changes in uspace/lib/c/include/async.h [eadaeae8:3b1cc8d] in mainline
- File:
-
- 1 edited
-
uspace/lib/c/include/async.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async.h
readaeae8 r3b1cc8d 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;111 109 112 110 #define async_manager() \ … … 494 492 sysarg_t, sysarg_t, sysarg_t); 495 493 494 errno_t async_spawn_notification_handler(void); 495 496 496 #endif 497 497
Note:
See TracChangeset
for help on using the changeset viewer.
