mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +00:00
Kernel: Remove declarations for non-existent methods
This commit is contained in:
parent
09a22ddb2a
commit
3cbc0fdbb0
19 changed files with 0 additions and 42 deletions
|
@ -58,9 +58,6 @@ private:
|
|||
bool find_and_register_pci_host_bridges_from_acpi_mcfg_table(PhysicalAddress mcfg);
|
||||
Access();
|
||||
|
||||
Vector<Capability> get_capabilities(Address);
|
||||
Optional<u8> get_capabilities_pointer(Address address);
|
||||
|
||||
mutable RecursiveSpinlock<LockRank::None> m_access_lock {};
|
||||
mutable Spinlock<LockRank::None> m_scan_lock {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue