18 lines
362 B
C++
18 lines
362 B
C++
/**
|
|
* 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 */
|