Changeset 7d7f5e3 in mainline for uspace/lib/c/include
- Timestamp:
- 2023-09-17T09:56:59Z (22 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 153dd3b
- Parents:
- 4c6fd56
- Location:
- uspace/lib/c/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/loc.h
r4c6fd56 r7d7f5e3 43 43 typedef void (*loc_cat_change_cb_t)(void *); 44 44 45 extern async_exch_t *loc_exchange_begin_blocking( iface_t);46 extern async_exch_t *loc_exchange_begin( iface_t);45 extern async_exch_t *loc_exchange_begin_blocking(void); 46 extern async_exch_t *loc_exchange_begin(void); 47 47 extern void loc_exchange_end(async_exch_t *); 48 48 -
uspace/lib/c/include/types/loc.h
r4c6fd56 r7d7f5e3 36 36 #define _LIBC_TYPES_LOC_H_ 37 37 38 #include <async.h> 39 38 40 /** Server register with location service */ 39 41 typedef struct { 40 int dummy;42 async_sess_t *sess; 41 43 } loc_srv_t; 42 44
Note:
See TracChangeset
for help on using the changeset viewer.