#ifndef ATAPI_H #define ATAPI_H #include #include int read_cdrom(uint16_t port, bool slave, uint32_t lba, uint32_t sectors, uint16_t *buffer); #endif