コード例 #1
0
ファイル: bbm.c プロジェクト: CL0SeY/i957kernel
int BBM_HOSTIF_DESELECT(HANDLE hDevice)
{
	int res = BBM_NOK;

	res = bbm_hostif_deselect(hDevice);

	return res;
}		
コード例 #2
0
s32 bbm_com_hostif_deselect(HANDLE handle)
{
	s32 res;

	res = bbm_hostif_deselect(handle);

	return res;
}
コード例 #3
0
fci_s32 bbm_com_hostif_deselect(HANDLE handle)
{
    fci_s32 res = BBM_NOK;

    res = bbm_hostif_deselect(handle);

    return res;
}
コード例 #4
0
int bbm_com_hostif_deselect(HANDLE hDevice)
{
    int res = BBM_NOK;

    res = bbm_hostif_deselect(hDevice);

    return res;
}