Path: blob/master/ALFA-W1F1/RTL8814AU/platform/platform_zte_zx296716_sdio.h
1307 views
/******************************************************************************1*2* Copyright(c) 2016 - 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_ZTE_ZX296716_SDIO_H__15#define __PLATFORM_ZTE_ZX296716_SDIO_H__1617extern void sdio_reinit(void);18extern void extern_wifi_set_enable(int val);19#ifdef CONFIG_A16T03_BOARD20extern int sdio_host_is_null(void);21extern void remove_card(void);22#endif /* CONFIG_A16T03_BOARD */2324#endif /* __PLATFORM_ZTE_ZX296716_SDIO_H__ */252627