Rev 1910 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1910 | Rev 1912 | ||
---|---|---|---|
Line 107... | Line 107... | ||
107 | } |
107 | } |
108 | 108 | ||
109 | return false; |
109 | return false; |
110 | } |
110 | } |
111 | 111 | ||
112 | bool ofw_fhc_map_interrupts(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 | fhc_t *fhc = NULL; |
114 | fhc_t *fhc = NULL; |
115 | if (!node->device) { |
115 | if (!node->device) { |
116 | fhc = fhc_init(node); |
116 | fhc = fhc_init(node); |
117 | if (!fhc) |
117 | if (!fhc) |