coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
sata.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef AMD_BLOCK_SATA_H
4 #define AMD_BLOCK_SATA_H
5 
6 #include <device/device.h>
7 
8 void soc_enable_sata_features(struct device *dev);
9 
10 #endif /* AMD_BLOCK_SATA_H */
void soc_enable_sata_features(struct device *dev)
Definition: sata.c:10
Definition: device.h:107