drivers/wifi/generic: Move ACPI functions to a separate file
This change reorganizes the WiFi generic driver to move the ACPI functions to a separate file. This change is done to reduce the noise in generic.c file and improve readability of the file. Change-Id: If5fafb5452fb5bad327be730fcfc43d8a5d3b8ec Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46860 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
This commit is contained in:
committed by
Patrick Georgi
parent
507a98b689
commit
2736c82956
@@ -5,4 +5,7 @@
|
||||
|
||||
int smbios_write_wifi(struct device *dev, int *handle, unsigned long *current);
|
||||
|
||||
const char *wifi_generic_acpi_name(const struct device *dev);
|
||||
void wifi_generic_fill_ssdt(const struct device *dev);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user