aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-03-20 17:20:32 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-03-20 17:20:32 +0000
commit065b711cbc139cf1de47705e8df56b5bc04e2418 (patch)
treea5ee992bb19696f2bdcec762077bd14ef53ec158 /lib/dvb/frontend.h
parent582dd432626828f91c3ebce75c60e7be39be8eb8 (diff)
downloadenigma2-065b711cbc139cf1de47705e8df56b5bc04e2418.tar.gz
enigma2-065b711cbc139cf1de47705e8df56b5bc04e2418.zip
add support for dm8000 onboard tuner linking
Diffstat (limited to 'lib/dvb/frontend.h')
-rw-r--r--lib/dvb/frontend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h
index 41de874b..6055da0b 100644
--- a/lib/dvb/frontend.h
+++ b/lib/dvb/frontend.h
@@ -132,6 +132,7 @@ public:
int openFrontend();
int closeFrontend();
+ const char *getDescription() const { return m_description; }
};
#endif // SWIG