summaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/include/amdblocks/sata.h
blob: 945b9cd0b41bbb64543120f46ce1ed9ec96cd326 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __AMD_BLOCK_SATA_H__
#define __AMD_BLOCK_SATA_H__

#include <device/device.h>

void soc_enable_sata_features(struct device *dev);

#endif /* __AMD_BLOCK_SATA_H__ */