diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-02-01 23:15:24 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-02-01 23:15:24 +0000 |
| commit | d89be097be4a9ac52166c5f47cc189c5522d3441 (patch) | |
| tree | 7da4329e4fa22017a7312da52bfe7b1df8a16a02 /lib/driver/misc_options.h | |
| parent | ec200e0207d0a5ddb91c9c6c4ab8ae1c8f33ecea (diff) | |
| download | enigma2-d89be097be4a9ac52166c5f47cc189c5522d3441.tar.gz enigma2-d89be097be4a9ac52166c5f47cc189c5522d3441.zip | |
add possibilty to hide menu entries when needed hardware is not available
Diffstat (limited to 'lib/driver/misc_options.h')
| -rw-r--r-- | lib/driver/misc_options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/driver/misc_options.h b/lib/driver/misc_options.h index 6baf2cf2..81924944 100644 --- 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 |
