Changes in uspace/drv/rootpc/rootpc.c [5f0123b:41b56084] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/rootpc/rootpc.c
r5f0123b r41b56084 50 50 #include <ipc/devman.h> 51 51 #include <ipc/dev_iface.h> 52 #include < resource.h>52 #include <ops/hw_res.h> 53 53 #include <device/hw_res.h> 54 54 … … 107 107 } 108 108 109 static resource_iface_t child_res_iface= {109 static hw_res_ops_t child_hw_res_ops = { 110 110 &rootpc_get_child_resources, 111 111 &rootpc_enable_child_interrupt … … 190 190 static void root_pc_init(void) 191 191 { 192 rootpc_child_ops.interfaces[HW_RES_DEV_IFACE] = &child_ res_iface;192 rootpc_child_ops.interfaces[HW_RES_DEV_IFACE] = &child_hw_res_ops; 193 193 } 194 194
Note:
See TracChangeset
for help on using the changeset viewer.