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