blob: 6f0aa1d49bab7477b973d3ce59db549aca3a9b7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* -------------------------------------------
Copyright Zeta Electronics Corporation
------------------------------------------- */
#include <KernelKit/LockDelegate.hpp>
namespace Kernel
{
/// Leave it empty for now.
} // namespace Kernel
|