reading path tables now, need to make kheap sooner or later
This commit is contained in:
@@ -115,7 +115,7 @@ typedef struct __attribute__((packed)) {
|
||||
} ide_device_t;
|
||||
|
||||
void scan_drives();
|
||||
ide_device_t* get_device(uint8_t slot);
|
||||
ide_device_t* get_ide_device(uint8_t slot);
|
||||
int ide_read_blks(ide_device_t* dev, uint32_t lba, uint32_t sectors, void* buf);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user