summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/include/amdblocks/sata.h
blob: df913118f31160253c2bc09dc8740e7ad3978303 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef __AMDBLOCKS_SATA_H__
#define __AMDBLOCKS_SATA_H__

#include <device/device.h>

void soc_enable_sata_features(struct device *dev);

#endif /* __AMDBLOCKS_SATA_H__ */