Changeset b7fd2a0 in mainline for uspace/lib/c/include/device/hw_res_parsed.h
- Timestamp:
- 2018-01-13T03:10:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/device/hw_res_parsed.h
r36f0738 rb7fd2a0 154 154 } 155 155 156 extern int hw_res_list_parse(const pio_window_t *, const hw_resource_list_t *,156 extern errno_t hw_res_list_parse(const pio_window_t *, const hw_resource_list_t *, 157 157 hw_res_list_parsed_t *, int); 158 extern int hw_res_get_list_parsed(async_sess_t *, hw_res_list_parsed_t *, int);158 extern errno_t hw_res_get_list_parsed(async_sess_t *, hw_res_list_parsed_t *, int); 159 159 160 160 #endif
Note:
See TracChangeset
for help on using the changeset viewer.