]>
Commit | Line | Data |
---|---|---|
f297b7a1 DL |
1 | #ifndef __SATA_H__ |
2 | #define __SATA_H__ | |
e46a4350 | 3 | #include <part.h> |
f297b7a1 | 4 | |
f19f1ecb SG |
5 | int sata_probe(int devnum); |
6 | int sata_remove(int devnum); | |
7 | ||
a7527fbb TD |
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 | ||
f297b7a1 | 14 | #endif |