mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:57:35 +00:00
Kernel: Remove unused gunk from PATADiskDevice
This commit is contained in:
parent
deb31645aa
commit
8cbb38a237
2 changed files with 4 additions and 84 deletions
|
@ -4,14 +4,11 @@
|
|||
//
|
||||
#pragma once
|
||||
|
||||
#include <AK/RefPtr.h>
|
||||
#include <Kernel/Devices/DiskDevice.h>
|
||||
#include <Kernel/Devices/PATAChannel.h>
|
||||
#include <Kernel/IRQHandler.h>
|
||||
#include <Kernel/Lock.h>
|
||||
#include <Kernel/PCI.h>
|
||||
#include <Kernel/VM/PhysicalAddress.h>
|
||||
#include <Kernel/VM/PhysicalPage.h>
|
||||
|
||||
class PATAChannel;
|
||||
|
||||
class PATADiskDevice final : public DiskDevice {
|
||||
AK_MAKE_ETERNAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue