Changeset d9cf684a in mainline for uspace/drv/infrastructure/rootpc/rootpc.c
- Timestamp:
- 2011-12-22T14:10:31Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fe5e9629
- Parents:
- a438de48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/infrastructure/rootpc/rootpc.c
ra438de48 rd9cf684a 109 109 110 110 static hw_res_ops_t fun_hw_res_ops = { 111 &rootpc_get_resources,112 &rootpc_enable_interrupt111 .get_resource_list = &rootpc_get_resources, 112 .enable_interrupt = &rootpc_enable_interrupt, 113 113 }; 114 114
Note:
See TracChangeset
for help on using the changeset viewer.