add support for dm8000 onboard tuner linking
[enigma2.git] / lib / dvb / frontend.h
index 41de874b158e7c48b30c20274434439504e7b45b..6055da0b5929044926e6e8a73590f2229f17d727 100644 (file)
@@ -132,6 +132,7 @@ public:
 
        int openFrontend();
        int closeFrontend();
+       const char *getDescription() const { return m_description; }
 };
 
 #endif // SWIG