#define IDE_SUPPORT_WRITE 0
#define IDE_SUPPORT_ATAPI 1
#define ATAPI_START_SEARCH_SECTOR 16
#define ATAPI_MAX_SEARCH_SECTOR 100
#define IDE_OK 0x00
#define IDE_ERROR 0x01
#define IDE_DRIVE_NOT_FOUND 0x02
#define IDE_PARAM_ERROR 0x03
#define IDE_BUSY 0x04
#define IDE_NOT_SUPPORTED 0x08
#define IDE_DRIVE_C 0
#define IDE_DRIVE_D 1
#define IDE_HARDDISK 0
#define IDE_HARDDISK_7MHZ 1
#define IDE_COMPACT_FLASH 2
#define MEM_8BIT_COMPACT_FLASH 3
#define IDE_SECTOR_SIZE 512
#define ATAPI_SECTOR_SIZE 2048
#define MAX_SECTOR_SIZE 2048