]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/sata.h
board: rockchip: add Theobroma-Systems RK3588 Jaguar SBC
[thirdparty/u-boot.git] / include / sata.h
1 #ifndef __SATA_H__
2 #define __SATA_H__
3 #include <part.h>
4
5 int sata_probe(int devnum);
6 int sata_remove(int devnum);
7
8 /*
9 * Remove existing AHCI SATA device uclass and all of its children,
10 * if any, and probe it again.
11 */
12 int sata_rescan(bool verbose);
13
14 #endif