Changeset 8b1e15ac in mainline for uspace/lib/drv/include/ops/hw_res.h
- Timestamp:
- 2011-02-11T22:26:36Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 68414f4a
- Parents:
- 1b367b4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/ops/hw_res.h
r1b367b4 r8b1e15ac 42 42 43 43 typedef struct { 44 hw_resource_list_t *(*get_resource_list)( device_t *);45 bool (*enable_interrupt)( device_t *);44 hw_resource_list_t *(*get_resource_list)(function_t *); 45 bool (*enable_interrupt)(function_t *); 46 46 } hw_res_ops_t; 47 47
Note:
See TracChangeset
for help on using the changeset viewer.