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