diff options
Diffstat (limited to 'dev/zka/src/IDLLObject.cc')
| -rw-r--r-- | dev/zka/src/IDLLObject.cc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev/zka/src/IDLLObject.cc b/dev/zka/src/IDLLObject.cc new file mode 100644 index 00000000..4e5f7aa2 --- /dev/null +++ b/dev/zka/src/IDLLObject.cc @@ -0,0 +1,15 @@ +/* + * ======================================================== + * + * minoskrnl + * Copyright ZKA Web Services Co., all rights reserved. + * + * ======================================================== + */ + +#include <KernelKit/IDLLObject.h> +#include <KernelKit/DebugOutput.h> + +#include <KernelKit/UserProcessScheduler.h> + +using namespace Kernel; |
