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

to call it direct


Origin commit data
------------------
Branch: ni/coolstream
Commit: c7dd7ccc78
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-11-02 (Fri, 02 Nov 2012)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-11-02 14:18:56 +04:00
parent 36bf89ea8e
commit 01f7dd84c5
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