aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-06-08 12:01:25 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-06-08 12:01:25 +0000
commit49fbebfa0877a8c794163b5b0fcb89fd38141c1b (patch)
treebc91516d2c6bc86296ee30b5809cb9f1cce55c2b /lib/dvb/frontend.h
parent02c6d19ed834d530384050a5831f16ec2b7aaaf0 (diff)
downloadenigma2-49fbebfa0877a8c794163b5b0fcb89fd38141c1b.tar.gz
enigma2-49fbebfa0877a8c794163b5b0fcb89fd38141c1b.zip
hopefully fix "secondary cable from motorized tuner" setting
some code cleanups now link tuners in all directions should be possible
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 c9474aef..0bef95d1 100644
--- a/lib/dvb/frontend.h
+++ b/lib/dvb/frontend.h
@@ -92,6 +92,7 @@ class eDVBFrontend: public iDVBFrontend, public Object
void setFrontend();
int readInputpower();
bool setSecSequencePos(int steps);
+ void setRotorData(int pos, int cmd);
public:
eDVBFrontend(int adap, int fe, int &ok);
virtual ~eDVBFrontend();