2025-05-10 21:58:58 +08:00

23 lines
910 B
C
Executable File

/******************************************************************************
*
* Copyright(c) 2019 Realtek Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
*****************************************************************************/
#ifndef _PHL_TRX_SDIO_H_
#define _PHL_TRX_SDIO_H_
enum rtw_phl_status phl_hook_trx_ops_sdio(struct phl_info_t *phl_info);
#ifdef SDIO_TX_THREAD
void phl_tx_sdio_wake_thrd(struct phl_info_t *phl_info);
#endif
#endif /* _PHL_TRX_SDIO_H_ */