X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=main.c;h=bbb7d39c9c81b72da7091708cbcdac569cb1a92f;hb=400f69bd051161b5d293adaf2db9a28584b15231;hp=c8193f4b874b9e33252975a505b19357808f848d;hpb=364f2c37f1b3a971f60bf67a7030c56b550b1407;p=ppcskel.git diff --git a/main.c b/main.c index c8193f4..bbb7d39 100644 --- a/main.c +++ b/main.c @@ -24,8 +24,8 @@ Copyright (C) 2009 John Kelley #include "video_low.h" #include "input.h" #include "console.h" -#include "ohci.h" #include "irq.h" +#include "usb/core/core.h" #define MINIMUM_MINI_VERSION 0x00010001 @@ -100,7 +100,7 @@ int main(void) VIDEO_SetFrameBuffer(get_xfb()); VISetupEncoder(); - ohci_init(); + usb_init(); u32 version = ipc_getvers(); u16 mini_version_major = version >> 16 & 0xFFFF;