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:
parent
9a3aa7eb0b
commit
999c57ef2d
4 changed files with 15 additions and 15 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue