]> Git Repo - J-u-boot.git/blame - include/sata.h
ata: add the support for SATA framework
[J-u-boot.git] / include / sata.h
CommitLineData
c7057b52
DL
1int init_sata(int dev);
2int scan_sata(int dev);
3ulong sata_read(int dev, ulong blknr, ulong blkcnt, void *buffer);
4ulong sata_write(int dev, ulong blknr, ulong blkcnt, const void *buffer);
5
6int sata_initialize(void);
This page took 0.024461 seconds and 4 git commands to generate.