#pragma once #include #include void ata_init(void); bool ata_available(int drive); int ata_read(int drive, uint32_t lba, void *buf);