1 /****************************************************************************** 2 * 3 * Copyright(c) 2019 Realtek Corporation. 4 * 5 * This program is free software; you can redistribute it and/or modify it 6 * under the terms of version 2 of the GNU General Public License as 7 * published by the Free Software Foundation. 8 * 9 * This program is distributed in the hope that it will be useful, but WITHOUT 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 * more details. 13 * 14 *****************************************************************************/ 15 #ifndef _PHL_TRX_MIT_H_ 16 #define _PHL_TRX_MIT_H_ 17 18 #if defined(CONFIG_PCI_HCI) && defined(PCIE_TRX_MIT_EN) 19 enum rtw_phl_status phl_pcie_trx_mit_start(struct phl_info_t *phl_info, 20 u8 dispr_idx); 21 enum rtw_phl_status phl_evt_pcie_trx_mit_hdlr(struct phl_info_t *phl_info, 22 u8 *mit_info); 23 24 25 void phl_pcie_trx_mit_watchdog(struct phl_info_t *phl_info); 26 #endif 27 28 #endif /*_PHL_CMD_GENERAL_H_*/ 29