#ifndef ATAPI_H #define ATAPI_H #include struct atapi_drive { uint8_t reg; uint8_t drive; }; void discover_atapi_drive(void); #endif /* !ATAPI_H */