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
commit 10c747f2be
Notes: sideshowbarker 2024-07-18 17:06:10 +09:00
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>