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