From 8573e7cd4ea1e09c1937fb8a1528946f122db6ad Mon Sep 17 00:00:00 2001 From: nakasima Date: Tue, 8 Jan 2008 06:32:07 +0000 Subject: [PATCH] =?UTF-8?q?OS=5FBoot=E3=81=A7=E3=82=A8=E3=83=9F=E3=83=A5?= =?UTF-8?q?=E3=83=AC=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3=E6=83=85=E5=A0=B1?= =?UTF-8?q?=E3=82=92=E6=9C=89=E5=8A=B9=E3=81=AB=E3=81=99=E3=82=8B=E5=AE=9A?= =?UTF-8?q?=E7=BE=A9=E3=82=92=E8=BF=BD=E5=8A=A0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@440 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- include/sysmenu/hotsw/common/hotsw.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/sysmenu/hotsw/common/hotsw.h b/include/sysmenu/hotsw/common/hotsw.h index 48c3d28c..b968b9b4 100644 --- a/include/sysmenu/hotsw/common/hotsw.h +++ b/include/sysmenu/hotsw/common/hotsw.h @@ -11,6 +11,10 @@ extern "C" { #endif +#ifdef SDK_ARM7 +#define SYSM_HOTSW_ENABLE_ROMEMU +#endif // SDK_ARM7 + // Function prototype ------------------------------------------------------- // 活栓挿抜処理の初期化 void HOTSW_Init(void);