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