mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 08:18:12 +00:00
Kernel: Rename VirtIODevice::clear_status_bit to mask_status_bits
This commit is contained in:
parent
35d28b29b3
commit
7cf34b5549
2 changed files with 4 additions and 4 deletions
|
@ -157,7 +157,7 @@ protected:
|
|||
auto mapping_for_bar(u8) -> MappedMMIO&;
|
||||
|
||||
u8 read_status_bits();
|
||||
void clear_status_bit(u8);
|
||||
void mask_status_bits(u8 status_mask);
|
||||
void set_status_bit(u8);
|
||||
u64 get_device_features();
|
||||
bool setup_queues(u16 requested_queue_count = 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue