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