Migrate EX subsystem to C++
这个提交包含在:
16
xtoskrnl/includes/ex.hh
普通文件
16
xtoskrnl/includes/ex.hh
普通文件
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/ex.hh
|
||||
* DESCRIPTION:
|
||||
* DEVELOPERS: Aiken Harris <harraiken91@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_EX_HH
|
||||
#define __XTOSKRNL_EX_HH
|
||||
|
||||
#include <xtos.hh>
|
||||
|
||||
#include <ex/rundown.hh>
|
||||
|
||||
#endif /* __XTOSKRNL_EX_HH */
|
||||
在新工单中引用
屏蔽一个用户