Path: blob/master/ALFA-W1F1/RTL8814AU/platform/platform_hisilicon_hi3798_sdio.h
1307 views
/******************************************************************************1*2* Copyright(c) 2017 - 2018 Realtek Corporation.3*4* This program is free software; you can redistribute it and/or modify it5* under the terms of version 2 of the GNU General Public License as6* published by the Free Software Foundation.7*8* This program is distributed in the hope that it will be useful, but WITHOUT9* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or10* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for11* more details.12*13*****************************************************************************/14#ifndef __PLATFORM_HISILICON_HI3798_SDIO_H__15#define __PLATFORM_HISILICON_HI3798_SDIO_H__1617typedef unsigned int HI_U32;1819typedef int HI_S32;2021#define HI_SUCCESS 022#define HI_FAILURE (-1)2324extern HI_S32 HI_DRV_GPIO_SetDirBit(HI_U32 u32GpioNo, HI_U32 u32DirBit);25extern HI_S32 HI_DRV_GPIO_WriteBit(HI_U32 u32GpioNo, HI_U32 u32BitValue);2627#endif /* __PLATFORM_HISILICON_HI3798_SDIO_H__ */282930