mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:47:35 +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
|
@ -31,7 +31,6 @@ private:
|
|||
bool is_pci_native_mode_enabled_on_secondary_channel() const;
|
||||
explicit PCIIDELegacyModeController(PCI::DeviceIdentifier const&);
|
||||
|
||||
LockRefPtr<StorageDevice> device_by_channel_and_position(u32 index) const;
|
||||
ErrorOr<void> initialize_and_enumerate_channels(bool force_pio);
|
||||
|
||||
// FIXME: Find a better way to get the ProgrammingInterface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue