small fix.

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1822 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yosiokat 2008-07-08 12:19:38 +00:00
parent 0f29497332
commit 67799b6f1b
2 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,8 @@ extern "C" {
#define SYSM_MOUNT_INFO_SIZE (0x400 - OS_MOUNT_PATH_LEN)
#define SYSM_LAUNCHER_VER 1 // ランチャーバージョンSDK側でランチャーに絡む処理の判定用
// ver.1 : FSでのMountInfo有無の判定に使用
#define SYSM_ALIGNMENT_LOAD_MODULE 32 // モジュールをsrlから読み込む際のアライメントAESおよびAESで使うDMAの仕様による

View File

@ -179,6 +179,7 @@ typedef struct SDKBootCheckInfo{
// ARM9からARM7にWRAM経由で引き渡す鍵情報ワーク
typedef struct DeliverBROM9Key {
BLOWFISH_CTX ds_blowfish;
// u8 aes_key[ AES_KEY_SIZE ];
}DeliverBROM9Key;