source: rtems/c/src/lib/libbsp/arm/raspberrypi/include/usart.h @ c32b1ef

4.115
Last change on this file since c32b1ef was c32b1ef, checked in by Alan Cudmore <alan.cudmore@…>, on 03/23/13 at 18:13:07

bsp/raspberrypi: New BSP

  • Property mode set to 100644
File size: 540 bytes
Line 
1/*
2 * Copyright (c) 2013 Alan Cudmore.
3 *
4 * The license and distribution terms for this file may be
5 * found in the file LICENSE in this distribution or at
6 * http://www.rtems.com/license/LICENSE
7 */
8
9#ifndef LIBBSP_ARM_RASPBERRYPI_USART_H
10#define LIBBSP_ARM_RASPBERRYPI_USART_H
11
12#include <libchip/serial.h>
13
14#ifdef __cplusplus
15extern "C" {
16#endif /* __cplusplus */
17
18#define USART0_DEFAULT_BAUD 115000
19
20extern const console_fns bcm2835_usart_fns;
21
22#ifdef __cplusplus
23}
24#endif /* __cplusplus */
25
26#endif /* LIBBSP_ARM_RASPBERRYPI_USART_H */
Note: See TracBrowser for help on using the repository browser.