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:
parent
1f62aaa193
commit
10c747f2be
2 changed files with 58 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue