Changeset 33b1903 in mainline for kernel/genarch/src/ofw/fhc.c
- Timestamp:
- 2006-10-07T11:24:19Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8d4a577
- Parents:
- e2cc9a0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/ofw/fhc.c
re2cc9a0 r33b1903 110 110 } 111 111 112 bool ofw_fhc_map_interrupt s(ofw_tree_node_t *node, ofw_fhc_reg_t *reg, uint32_t interrupt, int *inr)112 bool ofw_fhc_map_interrupt(ofw_tree_node_t *node, ofw_fhc_reg_t *reg, uint32_t interrupt, int *inr) 113 113 { 114 114 fhc_t *fhc = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.