summaryrefslogtreecommitdiffstats
path: root/src/drivers/wifi/generic/wifi_private.h
blob: 4a2045db8d83b532c45e2fa3251b3ca8d8169981 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _WIFI_GENERIC_PRIVATE_H_
#define _WIFI_GENERIC_PRIVATE_H_

int smbios_write_wifi_pcie(struct device *dev, int *handle, unsigned long *current);
int smbios_write_wifi_cnvi(struct device *dev, int *handle, unsigned long *current);

const char *wifi_pcie_acpi_name(const struct device *dev);
void wifi_pcie_fill_ssdt(const struct device *dev);

void wifi_cnvi_fill_ssdt(const struct device *dev);

#endif