coreboot-kgpe-d16/src/acpi/sata.h

12 lines
243 B
C
Raw Normal View History

/* 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