aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/fx2/common/spi.h
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-04-01 10:40:07 -0700
committerJosh Blum <josh@joshknows.com>2011-04-01 10:40:07 -0700
commitcb9080c3c3a04f84818d698f73892441f6d14d40 (patch)
tree5e43599e166b282684143e7b9c838251e4864659 /firmware/fx2/common/spi.h
parent592af4a86be7309a858e04d1e930d8ac6932db18 (diff)
parent6f70d17b206226823dc6108410d0608373300f58 (diff)
downloaduhd-cb9080c3c3a04f84818d698f73892441f6d14d40.tar.gz
uhd-cb9080c3c3a04f84818d698f73892441f6d14d40.tar.bz2
uhd-cb9080c3c3a04f84818d698f73892441f6d14d40.zip
Merge branch 'fix/usrp1_spi_read'
Diffstat (limited to 'firmware/fx2/common/spi.h')
-rw-r--r--firmware/fx2/common/spi.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/firmware/fx2/common/spi.h b/firmware/fx2/common/spi.h
index 5342b82b8..12bc5e544 100644
--- a/firmware/fx2/common/spi.h
+++ b/firmware/fx2/common/spi.h
@@ -39,12 +39,5 @@ spi_write (unsigned char header_hi, unsigned char header_lo,
unsigned char enables, unsigned char format,
const xdata unsigned char *buf, unsigned char len);
-// returns non-zero if successful, else 0
-unsigned char
-spi_transact (unsigned char data0, unsigned char data1,
- unsigned char data2, unsigned char data3,
- unsigned char enables, xdata unsigned char *buf,
- unsigned char len);
-
#endif /* INCLUDED_SPI_H */