summaryrefslogtreecommitdiff
path: root/src/ao.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ao.h')
-rw-r--r--src/ao.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ao.h b/src/ao.h
index 9682e42f..69f4665b 100644
--- a/src/ao.h
+++ b/src/ao.h
@@ -737,6 +737,19 @@ ao_serial_init(void);
#endif
/*
+ * ao_spi.c
+ */
+
+void
+ao_spi_send(void __xdata *block, uint16_t len) __reentrant;
+
+void
+ao_spi_recv(void __xdata *block, uint16_t len) __reentrant;
+
+void
+ao_spi_init(void);
+
+/*
* ao_gps.c
*/