blob: 41ac5eefe8c537dc5534beafdc780f0e8fbcef9a [file] [log] [blame]
Martin Roth4a45ab82019-09-23 18:23:02 -06001/* SPDX-License-Identifier: GPL-2.0-only */
Martin Roth1766b1e2016-01-12 15:58:57 -07002
Martin Roth1cd303a2017-07-23 21:07:50 -06003#ifndef __ACPI_SATA_H__
4#define __ACPI_SATA_H__
5
Alexander Couzens77103792015-04-16 02:03:26 +02006#include <stdint.h>
7
8void generate_sata_ssdt_ports(const char *scope, uint32_t enable_map);
Martin Roth1cd303a2017-07-23 21:07:50 -06009
10#endif