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
ec/google/chromeec: Enable ACPI memory mapping for Microchip EC
[coreboot2.git]
/
src
/
soc
/
amd
/
common
/
block
/
include
/
amdblocks
/
sata.h
blob
03e15773cd0a45a625a0af3c8aea6fc7a69d263b
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef AMD_BLOCK_SATA_H
4
#define AMD_BLOCK_SATA_H
5
6
#include <device/device.h>
7
8
void
soc_enable_sata_features
(
struct
device
*
dev
);
9
10
#endif
/* AMD_BLOCK_SATA_H */