This commit is contained in:
dborth 2010-05-02 19:30:49 +00:00
parent a4208bb19a
commit 47280c60b8

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