make dm8000 blink pattern a bit nicer
[enigma2.git] / lib / driver / misc_options.h
index 6baf2cf226c276127f382b1e5e5c9c35bfc5ea45..81924944119ed052f4feaaf9907c5d0ba0e6cc2f 100644 (file)
@@ -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