summaryrefslogtreecommitdiff
path: root/drivers/staging/tm6000/tm6000.h
diff options
context:
space:
mode:
authorStefan Ringel <stefan.ringel@arcor.de>2010-04-02 13:52:49 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-19 12:57:32 -0300
commit2f7908848642c177b16b71a2ed52b57d614637ef (patch)
tree8f647ad66f480b9c4a238e492c37351c398469b0 /drivers/staging/tm6000/tm6000.h
parentf1434f4e90cec0bc57616c2f5f7de6985d7920d9 (diff)
V4L/DVB: tm6000: request labeling board version check
request labeling board version check Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging/tm6000/tm6000.h')
-rw-r--r--drivers/staging/tm6000/tm6000.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/tm6000/tm6000.h b/drivers/staging/tm6000/tm6000.h
index 7fcc7478c69b..3d1cf46b53bb 100644
--- a/drivers/staging/tm6000/tm6000.h
+++ b/drivers/staging/tm6000/tm6000.h
@@ -225,6 +225,7 @@ int tm6000_read_write_usb (struct tm6000_core *dev, u8 reqtype, u8 req,
u16 value, u16 index, u8 *buf, u16 len);
int tm6000_get_reg (struct tm6000_core *dev, u8 req, u16 value, u16 index);
int tm6000_get_reg16(struct tm6000_core *dev, u8 req, u16 value, u16 index);
+int tm6000_get_reg32(struct tm6000_core *dev, u8 req, u16 value, u16 index);
int tm6000_set_reg (struct tm6000_core *dev, u8 req, u16 value, u16 index);
int tm6000_init (struct tm6000_core *dev);