lib/libcoolstream: restore nevis headers

This commit is contained in:
[CST] Focus
2013-01-11 14:00:49 +04:00
parent 18380c2e94
commit 94c7e6854c
10 changed files with 43 additions and 328 deletions

View File

@@ -5,7 +5,6 @@
/* */
/* (C) 2010 CoolStream International */
/* */
/* $Id:: $ */
/*******************************************************************************/
#ifndef __PWRMNGR_H_
#define __PWRMNGR_H_
@@ -27,7 +26,7 @@ public:
unsigned long GetDelta(void);
//
cCpuFreqManager(void);
~cCpuFreqManager();
};
// -- cPowerManageger ----------------------------------------------------------
@@ -46,6 +45,7 @@ private:
bool opened;
PWR_STATE powerState;
//
static void ApplicationCallback(void * /*hHandle*/, void */*pUserData*/, signed long /*eEvent*/, void */*pEventData*/, void */*pTag*/) {}
bool SetState(PWR_STATE PowerState);
public:
bool Open(void);