Implement core Object Manager subsystem
This commit is contained in:
22
xtoskrnl/includes/ob.hh
Normal file
22
xtoskrnl/includes/ob.hh
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/ob.hh
|
||||
* DESCRIPTION: Object Manager
|
||||
* DEVELOPERS: Aiken Harris <harraiken91@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_OB_HH
|
||||
#define __XTOSKRNL_OB_HH
|
||||
|
||||
#include <xtos.hh>
|
||||
|
||||
#include <ob/devmap.hh>
|
||||
#include <ob/lifecycl.hh>
|
||||
#include <ob/obdir.hh>
|
||||
#include <ob/obmgr.hh>
|
||||
#include <ob/security.hh>
|
||||
#include <ob/typereg.hh>
|
||||
|
||||
|
||||
#endif /* __XTOSKRNL_OB_HH */
|
||||
Reference in New Issue
Block a user