git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
catch full medium error, implement loading of project files, allow creating dvds...
[enigma2.git]
/
lib
/
driver
/
misc_options.h
diff --git
a/lib/driver/misc_options.h
b/lib/driver/misc_options.h
index 6baf2cf226c276127f382b1e5e5c9c35bfc5ea45..81924944119ed052f4feaaf9907c5d0ba0e6cc2f 100644
(file)
--- a/
lib/driver/misc_options.h
+++ b/
lib/driver/misc_options.h
@@
-15,6
+15,7
@@
public:
static Misc_Options *getInstance();
int set_12V_output(int val);
int get_12V_output() { return m_12V_output_state; }
+ bool detected_12V_output();
};
#endif // __misc_options_h