blob: b6b6a348b6fd3458d71cad0ba7ae76a1cfaacc6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* ========================================================
*
* newoskrnl
* Copyright ZKA Technologies., all rights reserved.
*
* ========================================================
*/
#include <KernelKit/IDLLObject.hxx>
#include <KernelKit/DebugOutput.hxx>
#include <KernelKit/UserProcessScheduler.hxx>
using namespace Kernel;
|