1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:48:12 +00:00

Kernel: Move SpinLock.h into Locking/

This commit is contained in:
Jean-Baptiste Boric 2021-07-18 09:15:52 +02:00 committed by Andreas Kling
parent f7f794e74a
commit 2c3b0baf76
23 changed files with 22 additions and 22 deletions

View file

@ -7,8 +7,8 @@
#include <AK/Singleton.h>
#include <Kernel/ConsoleDevice.h>
#include <Kernel/IO.h>
#include <Kernel/Locking/SpinLock.h>
#include <Kernel/Sections.h>
#include <Kernel/SpinLock.h>
#include <Kernel/kstdio.h>
// Output bytes to kernel debug port 0xE9 (Bochs console). It's very handy.