Changeset e6def65 in mainline for uspace/drv/infrastructure/rootpc/rootpc.c
- Timestamp:
- 2011-11-13T22:00:26Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9991c47
- Parents:
- 55a8e0c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/infrastructure/rootpc/rootpc.c
r55a8e0c re6def65 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.