diff options
author | Josh Blum <josh@joshknows.com> | 2010-05-04 10:21:12 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-05-04 10:21:12 +0000 |
commit | fae1f9ab670502cc2ee5ec20cd0a1d00456339ac (patch) | |
tree | 06db9cee9b7e42934fa665d6b4950a2a14ad193e /host/apps/omap_debug/usrp_e.h | |
parent | 28e7c95a7c96ca3a07c6e5450bfc9c6c3d1bf2a4 (diff) | |
parent | 16c5767940f8feb99c108c170ae4fb4f17b27141 (diff) | |
download | uhd-fae1f9ab670502cc2ee5ec20cd0a1d00456339ac.tar.gz uhd-fae1f9ab670502cc2ee5ec20cd0a1d00456339ac.tar.bz2 uhd-fae1f9ab670502cc2ee5ec20cd0a1d00456339ac.zip |
Merge branch 'usrp_e' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_e
Diffstat (limited to 'host/apps/omap_debug/usrp_e.h')
-rw-r--r-- | host/apps/omap_debug/usrp_e.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/apps/omap_debug/usrp_e.h b/host/apps/omap_debug/usrp_e.h index d4132021f..0b582f59b 100644 --- a/host/apps/omap_debug/usrp_e.h +++ b/host/apps/omap_debug/usrp_e.h @@ -66,8 +66,8 @@ struct usrp_e_i2c { #define USRP_E_READ_CTL16 _IOWR(USRP_E_IOC_MAGIC, 0x21, struct usrp_e_ctl16) #define USRP_E_WRITE_CTL32 _IOW(USRP_E_IOC_MAGIC, 0x22, struct usrp_e_ctl32) #define USRP_E_READ_CTL32 _IOWR(USRP_E_IOC_MAGIC, 0x23, struct usrp_e_ctl32) -#define USRP_E_SPI _IOW(USRP_E_IOC_MAGIC, 0x24, struct usrp_e_spi) -#define USRP_E_I2C_READ _IOR(USRP_E_IOC_MAGIC, 0x25, struct usrp_e_i2c) +#define USRP_E_SPI _IOWR(USRP_E_IOC_MAGIC, 0x24, struct usrp_e_spi) +#define USRP_E_I2C_READ _IOWR(USRP_E_IOC_MAGIC, 0x25, struct usrp_e_i2c) #define USRP_E_I2C_WRITE _IOW(USRP_E_IOC_MAGIC, 0x26, struct usrp_e_i2c) // Data transfer frame definition |