xref: /linux/drivers/net/wireless/marvell/mwifiex/pcie_quirks.h (revision 9e56ff53b4115875667760445b028357848b4748)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* NXP Wireless LAN device driver: PCIE and platform specific quirks */
3 
4 #include "pcie.h"
5 
6 #define QUIRK_FW_RST_D3COLD	BIT(0)
7 
8 void mwifiex_initialize_quirks(struct pcie_service_card *card);
9 int mwifiex_pcie_reset_d3cold_quirk(struct pci_dev *pdev);
10