Changes in uspace/lib/c/include/async.h [b4df8db:6aae539d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async.h
rb4df8db r6aae539d 44 44 #include <sys/time.h> 45 45 #include <atomic.h> 46 #include < stdbool.h>46 #include <bool.h> 47 47 #include <task.h> 48 48 … … 156 156 extern void async_set_client_connection(async_client_conn_t); 157 157 extern void async_set_interrupt_received(async_interrupt_handler_t); 158 extern void async_set_interrupt_handler_stack_size(size_t);159 158 160 159 /*
Note:
See TracChangeset
for help on using the changeset viewer.