aboutsummaryrefslogtreecommitdiff
path: root/src/acpi/sata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/acpi/sata.h')
-rw-r--r--src/acpi/sata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/acpi/sata.h b/src/acpi/sata.h
new file mode 100644
index 0000000000..af4b03dc12
--- /dev/null
+++ b/src/acpi/sata.h
@@ -0,0 +1,3 @@
+#include <stdint.h>
+
+void generate_sata_ssdt_ports(const char *scope, uint32_t enable_map);