Migrate PO subsystem to C++
This commit is contained in:
17
xtoskrnl/includes/po.hh
Normal file
17
xtoskrnl/includes/po.hh
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/po.hh
|
||||
* DESCRIPTION: Power Management
|
||||
* DEVELOPERS: Aiken Harris <harraiken91@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_PO_HH
|
||||
#define __XTOSKRNL_PO_HH
|
||||
|
||||
#include <xtos.hh>
|
||||
|
||||
#include <po/idle.hh>
|
||||
|
||||
|
||||
#endif /* __XTOSKRNL_PO_HH */
|
Reference in New Issue
Block a user