RTEMS 6.1-rc7
Loading...
Searching...
No Matches
uart.h
Go to the documentation of this file.
1
9/*
10 * Copyright (c) 2011 Sebastian Huber. All rights reserved.
11 *
12 * The license and distribution terms for this file may be
13 * found in the file LICENSE in this distribution or at
14 * http://www.rtems.org/license/LICENSE.
15 */
16
17#ifndef LIBBSP_ARM_LM3S69XX_UART_H
18#define LIBBSP_ARM_LM3S69XX_UART_H
19
20#include <libchip/serial.h>
21
30#ifdef __cplusplus
31extern "C" {
32#endif /* __cplusplus */
33
35
36#ifdef __cplusplus
37}
38#endif /* __cplusplus */
39
40#endif /* LIBBSP_ARM_LM3S69XX_UART_H */
const console_fns lm3s69xx_uart_fns
UART support.
Definition: uart.c:151
The generic libchip serial driver interface.
Definition: serial.h:95