Changeset 233af8c5 in mainline for kernel/genarch/src/ofw/fhc.c
- Timestamp:
- 2006-10-03T22:49:10Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e2cc9a0
- Parents:
- 0b414b5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/ofw/fhc.c
r0b414b5 r233af8c5 110 110 } 111 111 112 bool ofw_fhc_map_interrupts(ofw_tree_node_t *node, ofw_fhc_reg_t *reg, uint32_t interrupt, int *in o)112 bool ofw_fhc_map_interrupts(ofw_tree_node_t *node, ofw_fhc_reg_t *reg, uint32_t interrupt, int *inr) 113 113 { 114 114 fhc_t *fhc = NULL; … … 126 126 fhc_enable_interrupt(fhc, interrupt); 127 127 128 *in o= interrupt;128 *inr = interrupt; 129 129 return true; 130 130 }
Note:
See TracChangeset
for help on using the changeset viewer.