summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/ttpci/av7110.h
diff options
context:
space:
mode:
authorMichael Hunold <devnull@localhost>2003-12-21 15:18:44 +0000
committerMichael Hunold <devnull@localhost>2003-12-21 15:18:44 +0000
commit56325ebe82f12b17a36ee96f5c0f4604dbd9dbe6 (patch)
tree594d7de4f48086a43cb34e159b1422d2de551256 /linux/drivers/media/dvb/ttpci/av7110.h
parent28eae47f376c13563c02c2c3a368b20951c45009 (diff)
downloadmediapointer-dvb-s2-56325ebe82f12b17a36ee96f5c0f4604dbd9dbe6.tar.gz
mediapointer-dvb-s2-56325ebe82f12b17a36ee96f5c0f4604dbd9dbe6.tar.bz2
- apply dvb-ttpci/av7110 firmware removal from 2.6.0 patch here, too, but:
the firmware is still compiled into the driver for 2.4 by default, the necessary files are created dynamically from the firmware file. get it from http://www.linuxtv.org/download/dvb/dvb-ttpci-01.fw - revamp fdump utility to be smarter when the source file isn't there
Diffstat (limited to 'linux/drivers/media/dvb/ttpci/av7110.h')
-rw-r--r--linux/drivers/media/dvb/ttpci/av7110.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/ttpci/av7110.h b/linux/drivers/media/dvb/ttpci/av7110.h
index da8a9ad32..3c76b0325 100644
--- a/linux/drivers/media/dvb/ttpci/av7110.h
+++ b/linux/drivers/media/dvb/ttpci/av7110.h
@@ -1,8 +1,6 @@
#ifndef _AV7110_H_
#define _AV7110_H_
-#define DVB_FIRM_PATH "/lib/DVB/"
-
#include <linux/interrupt.h>
#include <linux/socket.h>
#include <linux/netdevice.h>
@@ -545,6 +543,18 @@ struct av7110 {
int dsp_dev;
u32 ir_config;
+
+ /* firmware stuff */
+ unsigned int device_initialized;
+
+ unsigned char *bin_fw;
+ unsigned long size_fw;
+
+ unsigned char *bin_dpram;
+ unsigned long size_dpram;
+
+ unsigned char *bin_root;
+ unsigned long size_root;
};