Changeset 8ff0bd2 in mainline for uspace/lib/c/include/async_obsolete.h
- Timestamp:
- 2011-09-04T11:30:58Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 03bc76a
- Parents:
- d2c67e7 (diff), deac215e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async_obsolete.h
rd2c67e7 r8ff0bd2 40 40 #define LIBC_ASYNC_OBSOLETE_H_ 41 41 42 extern void async_obsolete_serialize_start(void);43 extern void async_obsolete_serialize_end(void);44 45 42 #define async_obsolete_send_0(phoneid, method, dataptr) \ 46 43 async_obsolete_send_fast((phoneid), (method), 0, 0, 0, 0, (dataptr)) … … 198 195 199 196 extern int async_obsolete_connect_to_me(int, sysarg_t, sysarg_t, sysarg_t, 200 async_client_conn_t );197 async_client_conn_t, void *); 201 198 extern int async_obsolete_connect_me_to(int, sysarg_t, sysarg_t, sysarg_t); 202 199 extern int async_obsolete_connect_me_to_blocking(int, sysarg_t, sysarg_t, sysarg_t);
Note:
See TracChangeset
for help on using the changeset viewer.