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

Documentation: Add explanation about AHCI locking

This commit is contained in:
Liav A 2021-05-14 13:46:01 +03:00 committed by Linus Groh
parent 1f62aaa193
commit 10c747f2be
2 changed files with 58 additions and 0 deletions

View file

@ -4,6 +4,9 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
// For more information about locking in this code
// please look at Documentation/Kernel/AHCILocking.md
#include <AK/Atomic.h>
#include <Kernel/SpinLock.h>
#include <Kernel/Storage/AHCIPort.h>