altos: Add support for UART0 in async mode
[fw/altos] / src / cc1111 / ao_arch.h
index e6c27a1e23d60371bd5afe72dde68d1bd6752420..360b35c8b239517109a8773b493827fa42b37e53 100644 (file)
@@ -251,4 +251,11 @@ _ao_xmemcmp(__xdata void *a, __xdata void *b, uint8_t count);
 
 #define ao_xmemcmp(d,s,c) _ao_xmemcmp((d), (s), (c))
 
+struct ao_serial_speed {
+       uint8_t baud;
+       uint8_t gcr;
+};
+
+extern const __code struct ao_serial_speed ao_serial_speeds[];
+
 #endif /* _AO_ARCH_H_ */