1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #ifndef __ACPI_SATA_H__ 4 #define __ACPI_SATA_H__ 5 6 #include <stdint.h> 7 8 void generate_sata_ssdt_ports(const char *scope, uint32_t enable_map); 9 10 #endif 11
1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #ifndef __ACPI_SATA_H__ 4 #define __ACPI_SATA_H__ 5 6 #include <stdint.h> 7 8 void generate_sata_ssdt_ports(const char *scope, uint32_t enable_map); 9 10 #endif 11