mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:28:11 +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
|
@ -16,11 +16,11 @@
|
|||
#include <Kernel/Heap/Heap.h>
|
||||
#include <Kernel/Heap/kmalloc.h>
|
||||
#include <Kernel/KSyms.h>
|
||||
#include <Kernel/Locking/SpinLock.h>
|
||||
#include <Kernel/Memory/MemoryManager.h>
|
||||
#include <Kernel/Panic.h>
|
||||
#include <Kernel/PerformanceManager.h>
|
||||
#include <Kernel/Sections.h>
|
||||
#include <Kernel/SpinLock.h>
|
||||
#include <Kernel/StdLib.h>
|
||||
|
||||
#define CHUNK_SIZE 32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue