mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:37:46 +00:00
Kernel: Move SpinLock.h into Locking/
This commit is contained in:
parent
f7f794e74a
commit
2c3b0baf76
23 changed files with 22 additions and 22 deletions
|
@ -8,10 +8,10 @@
|
|||
// please look at Documentation/Kernel/AHCILocking.md
|
||||
|
||||
#include <AK/Atomic.h>
|
||||
#include <Kernel/Locking/SpinLock.h>
|
||||
#include <Kernel/Memory/MemoryManager.h>
|
||||
#include <Kernel/Memory/ScatterGatherList.h>
|
||||
#include <Kernel/Memory/TypedMapping.h>
|
||||
#include <Kernel/SpinLock.h>
|
||||
#include <Kernel/Storage/AHCIPort.h>
|
||||
#include <Kernel/Storage/ATA.h>
|
||||
#include <Kernel/Storage/SATADiskDevice.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue