mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2025-03-01 10:35:23 +00:00
initial commit from dddvb-0.9.19c
This commit is contained in:
18
frontends/stv0367dd.h
Normal file
18
frontends/stv0367dd.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef _STV0367DD_H_
|
||||
#define _STV0367DD_H_
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <linux/i2c.h>
|
||||
|
||||
struct stv0367_cfg {
|
||||
u8 adr;
|
||||
u32 xtal;
|
||||
u8 parallel;
|
||||
u8 cont_clock;
|
||||
};
|
||||
|
||||
|
||||
extern struct dvb_frontend *stv0367_attach(struct i2c_adapter *i2c,
|
||||
struct stv0367_cfg *cfg,
|
||||
struct dvb_frontend **fe_t);
|
||||
#endif
|
||||
Reference in New Issue
Block a user