Changeset 8d2760f in mainline for kernel/genarch/src/ofw/fhc.c
- Timestamp:
- 2008-11-29T20:24:47Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 57e76cb
- Parents:
- dfd77382
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/ofw/fhc.c
rdfd77382 r8d2760f 110 110 } 111 111 112 bool ofw_fhc_map_interrupt(ofw_tree_node_t *node, ofw_fhc_reg_t *reg, uint32_t interrupt, int *inr) 112 bool 113 ofw_fhc_map_interrupt(ofw_tree_node_t *node, ofw_fhc_reg_t *reg, 114 uint32_t interrupt, int *inr, cir_t *cir, void **cir_arg) 113 115 { 114 116 fhc_t *fhc = NULL; … … 127 129 128 130 *inr = interrupt; 131 *cir = fhc_clear_interrupt; 132 *cir_arg = fhc; 129 133 return true; 130 134 }
Note:
See TracChangeset
for help on using the changeset viewer.