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