mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
Host I/O 関連のコードが残っていたため削除。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1195 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
63b0a286a7
commit
56411b62f4
@ -49,8 +49,6 @@ SRCS = main.c \
|
|||||||
import.c \
|
import.c \
|
||||||
hwi.c
|
hwi.c
|
||||||
|
|
||||||
SRCS += $(ROOT)/build/tests/debugger/fio/src/fs_archive_hostio.c
|
|
||||||
|
|
||||||
LINCLUDES = ../common/include \
|
LINCLUDES = ../common/include \
|
||||||
$(ROOT)/build/libraries/lcfg/ARM9.TWL/include \
|
$(ROOT)/build/libraries/lcfg/ARM9.TWL/include \
|
||||||
$(ROOT)/build/libraries/fs/common/include
|
$(ROOT)/build/libraries/fs/common/include
|
||||||
|
|||||||
@ -38,8 +38,6 @@ char sTadPath[FS_ENTRY_LONGNAME_MAX];
|
|||||||
*---------------------------------------------------------------------------*/
|
*---------------------------------------------------------------------------*/
|
||||||
static void VBlankIntr(void);
|
static void VBlankIntr(void);
|
||||||
static void InitAllocation(void);
|
static void InitAllocation(void);
|
||||||
static BOOL IgnoreRemoval(void);
|
|
||||||
extern void FS_MountHostIO(const char *basepath);
|
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*
|
/*---------------------------------------------------------------------------*
|
||||||
Name: TwlMain
|
Name: TwlMain
|
||||||
@ -180,20 +178,3 @@ static void InitAllocation(void)
|
|||||||
OS_Panic("ARM9: Fail to create heap...\n");
|
OS_Panic("ARM9: Fail to create heap...\n");
|
||||||
hh = OS_SetCurrentHeap(OS_ARENA_MAIN, hh);
|
hh = OS_SetCurrentHeap(OS_ARENA_MAIN, hh);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*
|
|
||||||
Name: IgnoreRemoval
|
|
||||||
|
|
||||||
Description: カード抜けコールバック
|
|
||||||
|
|
||||||
Arguments: None.
|
|
||||||
|
|
||||||
Returns: None.
|
|
||||||
*---------------------------------------------------------------------------*/
|
|
||||||
// 現時点ではカード割り込みをHIO通知に使用しているようなので
|
|
||||||
// カード抜け誤検出を無視するようにしてテストを作成している。
|
|
||||||
static BOOL IgnoreRemoval(void)
|
|
||||||
{
|
|
||||||
OS_TWarning("detected CARD-removal!(miss-notification from debugger Host-I/O)\n");
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user