diff options
| author | Tom Rini <[email protected]> | 2023-10-23 15:01:08 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-10-23 15:01:08 -0400 |
| commit | 5ef34c2329dd36baa7852c7b6c5e3ea00a94ab14 (patch) | |
| tree | 798e669b565ccf85a7256ca97509f02089ca48b3 /include | |
| parent | d6b3297dde4a14f60a9cec55cd1c01bccc1bf1a6 (diff) | |
| parent | 1052920aa987061f4d2aaa768dfe0ba15b6f10f7 (diff) | |
Merge branch '2023-10-23-bootstd-fixes-and-improvements'
- Fix a few bootstd issues that have been reported and ahci support to
bootstd
Diffstat (limited to 'include')
| -rw-r--r-- | include/sata.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sata.h b/include/sata.h index d89f7a8a298..6111cf65d9d 100644 --- a/include/sata.h +++ b/include/sata.h @@ -21,4 +21,10 @@ extern struct blk_desc sata_dev_desc[]; int sata_probe(int devnum); int sata_remove(int devnum); +/* + * Remove existing AHCI SATA device uclass and all of its children, + * if any, and probe it again. + */ +int sata_rescan(bool verbose); + #endif |
