/* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */ #ifndef __AMDBLOCKS_SATA_H__ #define __AMDBLOCKS_SATA_H__ #include void soc_enable_sata_features(struct device *dev); #endif /* __AMDBLOCKS_SATA_H__ */