X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=irq.c;h=4f15bb8b9f4e63e5f8114954125f3f043bf1c5f7;hb=10ae92fb831b7e593570d2f3b4b45512316ec643;hp=c37240c1fa401107ef5717fa021056b0cca0527a;hpb=f16286c7c72e5f9a8c5f2db8162a9f2f0a9d9f85;p=ppcskel.git diff --git a/irq.c b/irq.c index c37240c..4f15bb8 100644 --- a/irq.c +++ b/irq.c @@ -14,7 +14,7 @@ Copyright (C) 2009 Andre Heider "dhewg" #include "hollywood.h" #include "ipc.h" #include "bootmii_ppc.h" -#include "ohci.h" +#include "usb/host/host.h" void irq_initialize(void) { @@ -111,7 +111,7 @@ void irq_handler(void) //sdhc_irq(); } if (hw_flags & IRQF_OHCI0) { - ohci0_irq(); + hcdi_irq(); write32(HW_PPCIRQFLAG, IRQF_OHCI0); } if (hw_flags & IRQF_OHCI1) {