Changeset 8c06905 in mainline for uspace/lib/libc/generic/device/hw_res.c
- Timestamp:
- 2010-04-05T20:27:51Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5e598e0
- Parents:
- 9a66bc2e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/device/hw_res.c
r9a66bc2e r8c06905 41 41 bool get_hw_resources(int dev_phone, hw_resource_list_t *hw_resources) 42 42 { 43 bool ret = true;44 43 ipcarg_t count = 0; 45 44 int rc = async_req_1_1(dev_phone, HW_RES_DEV_IFACE, GET_RESOURCE_LIST, &count);
Note:
See TracChangeset
for help on using the changeset viewer.