diff options
author | Andrew de Quincy <devnull@localhost> | 2004-11-19 00:00:39 +0000 |
---|---|---|
committer | Andrew de Quincy <devnull@localhost> | 2004-11-19 00:00:39 +0000 |
commit | 0e83d7e078fe1b3053d16b7ab0d3e37bf2f3745e (patch) | |
tree | d94cb8d062b9a0bfea21e3ef8172efb1c5259a5f /linux/drivers/media/dvb/frontends/mt312.h | |
parent | d30da5221dd4bcc278caaf35a0e497415432d072 (diff) | |
download | mediapointer-dvb-s2-0e83d7e078fe1b3053d16b7ab0d3e37bf2f3745e.tar.gz mediapointer-dvb-s2-0e83d7e078fe1b3053d16b7ab0d3e37bf2f3745e.tar.bz2 |
Added vp310 support
Diffstat (limited to 'linux/drivers/media/dvb/frontends/mt312.h')
-rw-r--r-- | linux/drivers/media/dvb/frontends/mt312.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/mt312.h b/linux/drivers/media/dvb/frontends/mt312.h index cece3ca84..b3a53a73a 100644 --- a/linux/drivers/media/dvb/frontends/mt312.h +++ b/linux/drivers/media/dvb/frontends/mt312.h @@ -41,4 +41,7 @@ struct mt312_config extern struct dvb_frontend* mt312_attach(const struct mt312_config* config, struct i2c_adapter* i2c); +extern struct dvb_frontend* vp310_attach(const struct mt312_config* config, + struct i2c_adapter* i2c); + #endif // MT312_H |