aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/acpi/acpi_sata.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/acpi/acpi_sata.h b/src/include/acpi/acpi_sata.h
new file mode 100644
index 0000000000..5ca2eac254
--- /dev/null
+++ b/src/include/acpi/acpi_sata.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/* This file is part of the coreboot project. */
+
+#ifndef __ACPI_SATA_H__
+#define __ACPI_SATA_H__
+
+#include <stdint.h>
+
+void generate_sata_ssdt_ports(const char *scope, uint32_t enable_map);
+
+#endif