Changes in uspace/lib/c/generic/private/async.h [47b7006:5da7199] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/private/async.h
r47b7006 r5da7199 36 36 #define LIBC_PRIVATE_ASYNC_H_ 37 37 38 #include <async.h> 38 39 #include <adt/list.h> 39 40 #include <fibril.h> 41 #include <fibril_synch.h> 40 42 #include <sys/time.h> 41 43 #include <bool.h> … … 81 83 extern void __async_init(void); 82 84 extern void async_insert_timeout(awaiter_t *); 85 extern void reply_received(void *, int, ipc_call_t *); 83 86 84 87 #endif
Note:
See TracChangeset
for help on using the changeset viewer.