Kernel: Rename VirtIODevice::clear_status_bit to mask_status_bits

This commit is contained in:
Sahan Fernando 2021-05-15 04:11:26 +10:00 committed by Linus Groh
commit 7cf34b5549
Notes: sideshowbarker 2024-07-18 18:04:41 +09:00
2 changed files with 4 additions and 4 deletions

View file

@ -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);