Espresso 0.0.2a
This commit is contained in:
@ -32,6 +32,9 @@
|
||||
#define ATA_SR_DRQ 0x08
|
||||
#define ATA_SR_ERR 0x01
|
||||
|
||||
|
||||
#define SECTOR_SIZE 512
|
||||
|
||||
void ide_initialize(void);
|
||||
|
||||
int32_t ide_identify(uint8_t drive, uint16_t* buffer);
|
||||
|
||||
Reference in New Issue
Block a user