From 3cb4a6dae3cb4e9f8bcc9a265a90415f89ce16a5 Mon Sep 17 00:00:00 2001 From: yosiokat Date: Wed, 14 Nov 2007 02:49:27 +0000 Subject: [PATCH] =?UTF-8?q?void*=20GCDi=5FGetRomHeaderAddr(=20GCDSlot=20sl?= =?UTF-8?q?ot=20);=20=E3=81=AE=E5=AE=9A=E7=BE=A9=E3=82=92=E9=96=93?= =?UTF-8?q?=E9=81=95=E3=81=88=E3=81=A6=E3=82=B3=E3=83=9F=E3=83=83=E3=83=88?= =?UTF-8?q?=E3=81=97=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=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@167 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- include/firm/gcd/gcd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/firm/gcd/gcd.h b/include/firm/gcd/gcd.h index 30102608..c9106759 100644 --- a/include/firm/gcd/gcd.h +++ b/include/firm/gcd/gcd.h @@ -751,7 +751,7 @@ void GCDi_DecryptObjectFileDS( GCDSlot slot ); void GCD_SetInterrupt( GCDSlot slot, u32 romp, void *ramp, s32 size, GCDWork *wp ); -void* GCDi_SYSM_GetCardRomHeader( GCDSlot slot ); +void* GCDi_GetRomHeaderAddr( GCDSlot slot ); extern u32 GCDi_HeaderBuf[2][ GCD_ROM_HEADER_SIZE/sizeof(u32) ];