acpi: Add IORT helper functions
[coreboot2.git] / src / include / acpi / acpi_sata.h
blob41ac5eefe8c537dc5534beafdc780f0e8fbcef9a
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __ACPI_SATA_H__
4 #define __ACPI_SATA_H__
6 #include <stdint.h>
8 void generate_sata_ssdt_ports(const char *scope, uint32_t enable_map);
10 #endif