• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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