blob: 5290aea84a14cd06f1983c495cdbf99da616afa4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* -------------------------------------------
Copyright ZKA Technologies
------------------------------------------- */
#include <KernelKit/LockDelegate.hxx>
namespace Kernel
{
/// Leave it empty for now.
} // namespace Kernel
|