This commit is contained in:
dborth 2010-03-22 00:51:13 +00:00
parent c65b1bf657
commit efdb4e7746
2 changed files with 9 additions and 0 deletions

View File

@ -15,11 +15,14 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifdef HW_RVL
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <ogcsys.h> #include <ogcsys.h>
#include <gccore.h> #include <gccore.h>
#include <ogc/ipc.h>
#include "unistd.h" #include "unistd.h"
#include "ehcmodule_elf.h" #include "ehcmodule_elf.h"
@ -274,3 +277,5 @@ bool load_ehci_module()
} }
return true; return true;
} }
#endif

View File

@ -30,6 +30,8 @@ distribution.
-------------------------------------------------------------*/ -------------------------------------------------------------*/
#ifdef HW_RVL
#include <gccore.h> #include <gccore.h>
#include <ogc/lwp_heap.h> #include <ogc/lwp_heap.h>
@ -41,6 +43,7 @@ distribution.
#include <string.h> #include <string.h>
#include <unistd.h> #include <unistd.h>
#include <ogc/machine/processor.h> #include <ogc/machine/processor.h>
#include <ogc/ipc.h>
//#define DEBUG_USB2 //#define DEBUG_USB2
@ -449,3 +452,4 @@ const DISC_INTERFACE __io_usb2storage = {
(FN_MEDIUM_CLEARSTATUS) & __usb2storage_ClearStatus, (FN_MEDIUM_CLEARSTATUS) & __usb2storage_ClearStatus,
(FN_MEDIUM_SHUTDOWN) & __usb2storage_Shutdown (FN_MEDIUM_SHUTDOWN) & __usb2storage_Shutdown
}; };
#endif