#ifndef __pm_h__
#define __pm_h__

#ifdef __cplusplus
extern "C" {
#endif

int pmInit(void);
void pmSleep(void);
void pmIdle(void);

#ifdef __cplusplus
}
#endif

#endif /* __pm_h__ */

