altos: Need to use 16-bit counts for ao_xmem functions
[fw/altos] / src / cc1111 / ao_arch_funcs.h
index 5e2fc13db1ab808f8a6e5eda1607d5fe871626d5..8f1cc09476e099766247de88705fe3bbd22bb54d 100644 (file)
@@ -77,6 +77,14 @@ ao_spi_recv_bus(void __xdata *block, uint16_t len) __reentrant;
 #define ao_spi_send(block, len, bus) ao_spi_send_bus(block, len)
 #define ao_spi_recv(block, len, bus) ao_spi_recv_bus(block, len)
 
+#if AO_SPI_SLAVE
+void
+ao_spi_send_wait(void);
+
+void
+ao_spi_recv_wait(void);
+#endif
+
 void
 ao_spi_init(void);