mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2024-11-06 02:37:32 +01:00
align with osmocom changes
This commit is contained in:
parent
936fd51358
commit
d0dd9837ad
@ -1,6 +1,7 @@
|
||||
#ifndef __I2C_H
|
||||
#define __I2C_H
|
||||
|
||||
int rtlsdr_check_dongle_model(void *dev, char* manufact_check, char* product_check);
|
||||
uint32_t rtlsdr_get_tuner_clock(void *dev);
|
||||
int rtlsdr_i2c_write_fn(void *dev, uint8_t addr, uint8_t *buf, int len);
|
||||
int rtlsdr_i2c_read_fn(void *dev, uint8_t addr, uint8_t *buf, int len);
|
||||
|
@ -120,6 +120,4 @@ int r82xx_set_freq(struct r82xx_priv *priv, uint32_t freq);
|
||||
int r82xx_set_gain(struct r82xx_priv *priv, int set_manual_gain, int gain);
|
||||
int r82xx_set_bandwidth(struct r82xx_priv *priv, int bandwidth, uint32_t rate);
|
||||
|
||||
int rtlsdr_check_dongle_model(void *dev, char* manufact_check, char* product_check);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user