diff options
Diffstat (limited to 'dev/ZKA/Sources/IDLLObject.cxx')
| -rw-r--r-- | dev/ZKA/Sources/IDLLObject.cxx | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev/ZKA/Sources/IDLLObject.cxx b/dev/ZKA/Sources/IDLLObject.cxx new file mode 100644 index 00000000..b6b6a348 --- /dev/null +++ b/dev/ZKA/Sources/IDLLObject.cxx @@ -0,0 +1,15 @@ +/* + * ======================================================== + * + * newoskrnl + * Copyright ZKA Technologies., all rights reserved. + * + * ======================================================== + */ + +#include <KernelKit/IDLLObject.hxx> +#include <KernelKit/DebugOutput.hxx> + +#include <KernelKit/UserProcessScheduler.hxx> + +using namespace Kernel; |
