forkeado de xt-sys/exectos
Migrate PO subsystem to C++
Este commit está contenido en:
17
xtoskrnl/includes/po.hh
Archivo normal
17
xtoskrnl/includes/po.hh
Archivo normal
@@ -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 */
|
||||
Referencia en una nueva incidencia
Block a user