repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
acpi: Add IORT helper functions
[coreboot2.git]
/
src
/
include
/
acpi
/
acpi_sata.h
blob
41ac5eefe8c537dc5534beafdc780f0e8fbcef9a
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef __ACPI_SATA_H__
4
#define __ACPI_SATA_H__
5
6
#include <stdint.h>
7
8
void
generate_sata_ssdt_ports
(
const char
*
scope
,
uint32_t
enable_map
);
9
10
#endif