mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 20:16:02 +00:00
Kernel: Remove unused PCI::Access::access_type()
This commit is contained in:
parent
f3f0b80b83
commit
beeed90a3f
Notes:
sideshowbarker
2024-07-18 07:26:01 +09:00
Author: https://github.com/awesomekling
Commit: beeed90a3f
4 changed files with 0 additions and 4 deletions
|
@ -62,7 +62,6 @@ public:
|
|||
virtual uint32_t segment_count() const = 0;
|
||||
virtual uint8_t segment_start_bus(u32 segment) const = 0;
|
||||
virtual uint8_t segment_end_bus(u32 segment) const = 0;
|
||||
virtual const char* access_type() const = 0;
|
||||
|
||||
virtual void write8_field(Address address, u32 field, u8 value) = 0;
|
||||
virtual void write16_field(Address address, u32 field, u16 value) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue