xref: /aosp_15_r20/external/coreboot/src/drivers/wifi/generic/wifi_private.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _WIFI_GENERIC_PRIVATE_H_
4 #define _WIFI_GENERIC_PRIVATE_H_
5 
6 int smbios_write_wifi_pcie(struct device *dev, int *handle, unsigned long *current);
7 int smbios_write_wifi_cnvi(struct device *dev, int *handle, unsigned long *current);
8 
9 const char *wifi_pcie_acpi_name(const struct device *dev);
10 void wifi_pcie_fill_ssdt(const struct device *dev);
11 
12 void wifi_cnvi_fill_ssdt(const struct device *dev);
13 
14 #endif
15