mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
system/helpers.cpp: add code to get hdd standby/active status and flush hdd buffers
This commit is contained in:
@@ -43,6 +43,9 @@ void mySleep(int sec);
|
||||
|
||||
std::string find_executable(const char *name);
|
||||
|
||||
bool hdd_get_standby(const char * fname);
|
||||
void hdd_flush(const char * fname);
|
||||
|
||||
std::string getPathName(std::string &path);
|
||||
std::string getBaseName(std::string &path);
|
||||
std::string getFileName(std::string &file);
|
||||
|
Reference in New Issue
Block a user