X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fao.h;h=69f4665bca14d84dfcf8acb5863322fe02586512;hb=9f7296b3feab872bf51fc369ade69cc1e7cf7a3f;hp=9682e42fb33c9cde8d69122f632acd0f969ecb81;hpb=484b44e81b655f1ecb48256095382a56d2839bae;p=fw%2Faltos diff --git a/src/ao.h b/src/ao.h index 9682e42f..69f4665b 100644 --- a/src/ao.h +++ b/src/ao.h @@ -736,6 +736,19 @@ void 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 */