lol noobs, how about clearing OHCI0_HC_INT_STATUS?! :)
[ppcskel.git] / ohci.h
diff --git a/ohci.h b/ohci.h
index 50af699911628208aefcea0989e0750d2c21bb3a..e9a41b05f1da7061ddf1d18b2d7b822094aaa980 100644 (file)
--- a/ohci.h
+++ b/ohci.h
@@ -197,5 +197,6 @@ struct ohci_hcca {
 } ALIGNED(256);
 
 void ohci_init(void);
+void ohci0_irq(void);
 
 #endif