generic show/hide support for GUIComponents
[enigma2.git] / lib / dvb / frontend.h
index 0a7943f997b47e5da30ab06de55b879da27c2a2f..2cccf885dd0c30d6bc5ee1c6cf7fd565f9eb0bde 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef __dvb_frontend_h
 #define __dvb_frontend_h
 
-#include <config.h>
 #include <lib/dvb/idvb.h>
 #include <lib/dvb/sec.h>
 
@@ -71,6 +70,7 @@ class eDVBFrontend: public iDVBFrontend, public Object
        int m_idleInputpower[2];  // 13V .. 18V
        int m_runningInputpower;
        int m_timeoutCount; // needed for timeout
+       int m_retryCount; // diseqc retry for rotor
        int m_curVoltage;
 
        void feEvent(int);