diff options
| author | Dimitri Stolnikov <horiz0n@gmx.net> | 2012-04-01 12:40:51 +0200 |
|---|---|---|
| committer | Dimitri Stolnikov <horiz0n@gmx.net> | 2012-04-01 12:40:51 +0200 |
| commit | 46acfaebd2e4670e0d63696dc55fcb5f6bd9737a (patch) | |
| tree | 911e902070d2b4bd36099c1c6e223f3cae184c5d /include/i2c.h | |
| parent | 367113b5c8bd38917c5ebcd72efffb1aa6de3cc3 (diff) | |
rework on autotools handling of
private headers
Diffstat (limited to 'include/i2c.h')
| -rw-r--r-- | include/i2c.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/i2c.h b/include/i2c.h deleted file mode 100644 index 0877380..0000000 --- a/include/i2c.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef __I2C_H -#define __I2C_H - -typedef int rtlsdr_dev_t; - -int rtlsdr_i2c_write(rtlsdr_dev_t *dev, uint8_t i2c_addr, uint8_t *buffer, int len); -int rtlsdr_i2c_read(rtlsdr_dev_t *dev, uint8_t i2c_addr, uint8_t *buffer, int len); - -#endif |
