Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
06a078a06723ec5c085b6a8df3adee98e6171b5f
/
.
/
src
/
acpi
/
sata.h
blob: 5ca2eac25432806e9912ecafbd74e09083abb7dc [
file
] [
log
] [
blame
]
/* 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