Example #1
0
int BBM_HOSTIF_DESELECT(HANDLE hDevice)
{
	int res = BBM_NOK;

	res = bbm_hostif_deselect(hDevice);

	return res;
}		
s32 bbm_com_hostif_deselect(HANDLE handle)
{
	s32 res;

	res = bbm_hostif_deselect(handle);

	return res;
}
fci_s32 bbm_com_hostif_deselect(HANDLE handle)
{
    fci_s32 res = BBM_NOK;

    res = bbm_hostif_deselect(handle);

    return res;
}
int bbm_com_hostif_deselect(HANDLE hDevice)
{
    int res = BBM_NOK;

    res = bbm_hostif_deselect(hDevice);

    return res;
}