RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
uart.h
Go to the documentation of this file.
1
7/*
8 * This file contains definitions for the Milkymist UART
9 *
10 * The license and distribution terms for this file may be
11 * found in the file LICENSE in this distribution or at
12 * http://www.rtems.org/license/LICENSE.
13 */
14
15#ifndef _BSPUART_H
16#define _BSPUART_H
17
18void BSP_uart_init(int baud);
19void BSP_uart_polled_write(char ch);
20int BSP_uart_polled_read(void);
21
22#endif /* _BSPUART_H */