Migrate PO subsystem to C++

Este commit está contenido en:
2025-09-11 22:52:40 +02:00
padre 3a11d536d5
commit 0647b853a6
Se han modificado 7 ficheros con 65 adiciones y 14 borrados

17
xtoskrnl/includes/po.hh Archivo normal
Ver fichero

@@ -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 */