blob: 8f9a4b1a033e3a5b5514c522088ebacda58e256a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* -------------------------------------------
Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
#include <KernelKit/LockDelegate.h>
namespace Kernel
{
/// @note Leave it empty for now.
} // namespace Kernel
|