From b2d74902d76e35fdd420e8b9739335ff2c392e1d Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Wed, 15 Feb 2012 01:09:11 +0000 Subject: cmx589a test inital base git-svn-id: https://svn.spreadspace.org/mur.sat@246 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- hardware/cmx589a_teensy_test/uart.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hardware/cmx589a_teensy_test/uart.h (limited to 'hardware/cmx589a_teensy_test/uart.h') diff --git a/hardware/cmx589a_teensy_test/uart.h b/hardware/cmx589a_teensy_test/uart.h new file mode 100644 index 0000000..41136a3 --- /dev/null +++ b/hardware/cmx589a_teensy_test/uart.h @@ -0,0 +1,11 @@ +#ifndef _uart_included_h_ +#define _uart_included_h_ + +#include + +void uart_init(uint32_t baud); +void uart_putchar(uint8_t c); +uint8_t uart_getchar(void); +uint8_t uart_available(void); + +#endif -- cgit v1.2.3