From 1f5b8412fdb6c871e4910e50abb31917060bb742 Mon Sep 17 00:00:00 2001 From: nakasima Date: Tue, 8 Jul 2008 03:08:41 +0000 Subject: [PATCH] =?UTF-8?q?NAND=E3=82=A2=E3=83=97=E3=83=AA=E3=81=AE?= =?UTF-8?q?=E8=A3=BD=E5=93=81=E7=89=88=E3=82=B7=E3=82=B9=E3=83=86=E3=83=A0?= =?UTF-8?q?=E3=82=B3=E3=83=BC=E3=83=AB=E5=BE=A9=E5=8F=B7=E5=8C=96=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@1812 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- include/sysmenu/hotsw/common/hotsw.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/sysmenu/hotsw/common/hotsw.h b/include/sysmenu/hotsw/common/hotsw.h index 06f1c144..82d20e1f 100644 --- a/include/sysmenu/hotsw/common/hotsw.h +++ b/include/sysmenu/hotsw/common/hotsw.h @@ -164,6 +164,8 @@ void HOTSW_SetBootSegmentBuffer(void* buf, u32 size); // Secure Segment バッファの指定 void HOTSW_SetSecureSegmentBuffer(ModeType type ,void* buf, u32 size); +// 上記のバッファ非クリアバージョン +void HOTSWi_SetSecureSegmentBuffer(ModeType type ,void* buf, u32 size); // ISデバッガ上で動作しているか? BOOL HOTSWi_IsRunOnDebugger(void); @@ -174,7 +176,12 @@ BOOL HOTSWi_IsRomEmulation(void); // デバッガ通信用にカードスロットの電源をONにする。 void HOTSWi_TurnCardPowerOn(u32 slot); +// カードワーク取得 +void *HOTSWi_GetCardBootData(void); + #ifdef USE_WRAM_LOAD +// NANDアプリ用KeyTableの生成 +void HOTSWi_MakeBlowfishTableDSForNAND(void); // 引数で与えられたバッファから2KB分の領域をBlowfishで復号化する BOOL HOTSW_DecryptObjectFile(void* dest); #endif