blob: cc2a36b8260b7cf934c2e230c175c43a8d38da18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* -------------------------------------------
Copyright ZKA Web Services Co.
------------------------------------------- */
#include <KernelKit/LockDelegate.h>
namespace Kernel
{
/// @note Leave it empty for now.
} // namespace Kernel
|