Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1909 → Rev 1910

/trunk/kernel/genarch/src/ofw/fhc.c
109,7 → 109,7
return false;
}
 
bool ofw_fhc_map_interrupts(ofw_tree_node_t *node, ofw_fhc_reg_t *reg, uint32_t interrupt, int *ino)
bool ofw_fhc_map_interrupts(ofw_tree_node_t *node, ofw_fhc_reg_t *reg, uint32_t interrupt, int *inr)
{
fhc_t *fhc = NULL;
if (!node->device) {
125,7 → 125,7
*/
fhc_enable_interrupt(fhc, interrupt);
*ino = interrupt;
*inr = interrupt;
return true;
}