Migrate RTL subsystem to C++
Esse commit está contido em:
25
xtoskrnl/includes/rtl.hh
Arquivo normal
25
xtoskrnl/includes/rtl.hh
Arquivo normal
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/rtl.hh
|
||||
* DESCRIPTION: Runtime Library
|
||||
* DEVELOPERS: Aiken Harris <harraiken91@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_RTL_HH
|
||||
#define __XTOSKRNL_RTL_HH
|
||||
|
||||
#include <xtos.hh>
|
||||
|
||||
#include <rtl/atomic.hh>
|
||||
#include <rtl/bitmap.hh>
|
||||
#include <rtl/dispatch.hh>
|
||||
#include <rtl/endian.hh>
|
||||
#include <rtl/guid.hh>
|
||||
#include <rtl/llist.hh>
|
||||
#include <rtl/math.hh>
|
||||
#include <rtl/memory.hh>
|
||||
#include <rtl/string.hh>
|
||||
#include <rtl/widestr.hh>
|
||||
|
||||
#endif /* __XTOSKRNL_RTL_HH */
|
||||
Referência em uma nova issue
Block a user