system/setting_helpers.cpp: add static CFanControlNotifier::setSpeed,

to call it direct
This commit is contained in:
[CST] Focus
2012-11-02 14:18:56 +04:00
parent a1bd6d404b
commit c7dd7ccc78
2 changed files with 13 additions and 10 deletions

View File

@@ -155,6 +155,7 @@ class CFanControlNotifier : public CChangeObserver
{
public:
bool changeNotify(const neutrino_locale_t, void * data);
static void setSpeed(unsigned int speed);
};
class CCpuFreqNotifier : public CChangeObserver