Migrate KE subsystem to C++
This commit is contained in:
31
xtoskrnl/includes/ke.hh
Normal file
31
xtoskrnl/includes/ke.hh
Normal file
@@ -0,0 +1,31 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/ke.hh
|
||||
* DESCRIPTION: Kernel Library
|
||||
* DEVELOPERS: Aiken Harris <harraiken91@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_KE_HH
|
||||
#define __XTOSKRNL_KE_HH
|
||||
|
||||
#include <xtos.hh>
|
||||
|
||||
#include <ke/apc.hh>
|
||||
#include <ke/bootinfo.hh>
|
||||
#include <ke/crash.hh>
|
||||
#include <ke/dpc.hh>
|
||||
#include <ke/event.hh>
|
||||
#include <ke/irq.hh>
|
||||
#include <ke/kprocess.hh>
|
||||
#include <ke/krnlinit.hh>
|
||||
#include <ke/kthread.hh>
|
||||
#include <ke/kubsan.hh>
|
||||
#include <ke/proc.hh>
|
||||
#include <ke/runlevel.hh>
|
||||
#include <ke/semphore.hh>
|
||||
#include <ke/spinlock.hh>
|
||||
#include <ke/sysres.hh>
|
||||
#include <ke/timer.hh>
|
||||
|
||||
#endif /* __XTOSKRNL_KE_HH */
|
Reference in New Issue
Block a user