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

#ifndef __AMDBLOCKS_SATA_H__
#define __AMDBLOCKS_SATA_H__

#include <device/device.h>

void soc_enable_sata_features(struct device *dev);

#endif /* __AMDBLOCKS_SATA_H__ */