blob: 0e86cfa58db1c3302c7e253ca555651b618b64c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* ========================================================
*
* minoskrnl
* Copyright EL Mahrouss Logic., all rights reserved.
*
* ========================================================
*/
#include <KernelKit/IDLLObject.h>
#include <KernelKit/DebugOutput.h>
#include <KernelKit/UserProcessScheduler.h>
using namespace Kernel;
|