関数名変更。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@808 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
sato_masaki 2008-03-04 10:49:27 +00:00
parent af4ce50163
commit 9084fe2f2a
2 changed files with 8 additions and 5 deletions

View File

@ -348,7 +348,7 @@ instfirm_error:
}
BOOL IsWlanFirmwareInstalled(WLANFirmResult *pResult)
BOOL GetWlanFirmwareInstallResult(WLANFirmResult *pResult)
{
OSMessage msg;
BOOL retval;

View File

@ -30,6 +30,7 @@ typedef enum {
} WLANFirmResult;
/*
InstallWlanFirmware
 
@ -40,13 +41,15 @@ typedef enum {
BOOL InstallWlanFirmware(void);
/*
IsWlanFirmwareInstalled
 result (WLANFirmResult)
GetWlanFirmwareInstallResult
 pResult (WLANFirmResult)
TRUE
FALSE
*/
BOOL IsWlanFirmwareInstalled(WLANFirmResult *pResult);
BOOL GetWlanFirmwareInstallResult(WLANFirmResult *pResult);
#ifdef __cplusplus
}