This commit is contained in:
dborth 2010-05-02 19:31:18 +00:00
parent 72c8cd4b69
commit 48546bca87

View File

@ -27,6 +27,8 @@
*
***************************************************************************/
#ifdef HW_RVL
#include <gccore.h>
#include <ogc/lwp_heap.h>
@ -387,3 +389,4 @@ const DISC_INTERFACE __io_usb2storage = {
(FN_MEDIUM_CLEARSTATUS) & __usb2storage_ClearStatus,
(FN_MEDIUM_SHUTDOWN) & __usb2storage_Shutdown
};
#endif