summaryrefslogtreecommitdiff
path: root/src/acpi/sata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/acpi/sata.h')
-rw-r--r--src/acpi/sata.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/acpi/sata.h b/src/acpi/sata.h
deleted file mode 100644
index 5ca2eac254..0000000000
--- a/src/acpi/sata.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* 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