]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/sata.h
imx: imxrt1050-evk: Add support for SPI flash booting
[thirdparty/u-boot.git] / include / sata.h
CommitLineData
f297b7a1
DL
1#ifndef __SATA_H__
2#define __SATA_H__
e46a4350 3#include <part.h>
f297b7a1 4
f19f1ecb
SG
5int sata_probe(int devnum);
6int 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 */
12int sata_rescan(bool verbose);
13
f297b7a1 14#endif