mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-30 06:52:52 +00:00
Kernel: Move Mutex into Locking/
This commit is contained in:
parent
479b07339c
commit
f7f794e74a
Notes:
sideshowbarker
2024-07-18 07:21:00 +09:00
Author: https://github.com/boricj
Commit: f7f794e74a
Pull-request: https://github.com/SerenityOS/serenity/pull/8851
Reviewed-by: https://github.com/awesomekling ✅
Reviewed-by: https://github.com/bgianfo
27 changed files with 26 additions and 26 deletions
|
@ -7,7 +7,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <Kernel/Interrupts/IRQHandler.h>
|
||||
#include <Kernel/Mutex.h>
|
||||
#include <Kernel/Locking/Mutex.h>
|
||||
#include <Kernel/Storage/AHCIPort.h>
|
||||
#include <Kernel/Storage/StorageDevice.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue