1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 13:57:35 +00:00

Kernel: Refactor storage stack with u64 as block index

This commit is contained in:
Jean-Baptiste Boric 2021-03-16 20:31:45 +01:00 committed by Andreas Kling
parent 9a3aa7eb0b
commit 999c57ef2d
4 changed files with 15 additions and 15 deletions

View file

@ -140,7 +140,7 @@ private:
void clear_pending_interrupts() const;
void ata_access(Direction, bool, u32, u8, u16, bool);
void ata_access(Direction, bool, u64, u8, u16, bool);
void ata_read_sectors_with_dma(bool, u16);
void ata_read_sectors(bool, u16);
bool ata_do_read_sector();