Changes in uspace/drv/platform/amdm37x/main.c [0f2a9be:cccd60c3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/platform/amdm37x/main.c
r0f2a9be rcccd60c3 150 150 151 151 static hw_resource_list_t *amdm37x_get_resources(ddf_fun_t *fnode); 152 static bool amdm37x_enable_interrupt(ddf_fun_t *fun);152 static int amdm37x_enable_interrupt(ddf_fun_t *fun, int); 153 153 154 154 static hw_res_ops_t fun_hw_res_ops = { … … 265 265 } 266 266 267 static bool amdm37x_enable_interrupt(ddf_fun_t *fun)267 static int amdm37x_enable_interrupt(ddf_fun_t *fun, int irq) 268 268 { 269 269 //TODO: Implement
Note:
See TracChangeset
for help on using the changeset viewer.