summaryrefslogtreecommitdiff
path: root/src/include/ata/ata.h
blob: 2ea73bd4c6ab18a2c57dde77dea010ef21feb964 (plain)
1
2
3
4
5
6
#ifndef ATA_H
#define ATA_H

int ata_read_sector(int lba, int total, void *buf);

#endif /* ATA_H */