summaryrefslogtreecommitdiffstats
path: root/bsps/arm/realview-pbx-a9/include/bsp/console.h
blob: 2019fc2509ca1b58e2d4c9cb398a12e126c13884 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
 * Copyright (c) 2018 embedded brains GmbH.  All rights reserved.
 *
 *  embedded brains GmbH
 *  Dornierstr. 4
 *  82178 Puchheim
 *  Germany
 *  <info@embedded-brains.de>
 *
 * The license and distribution terms for this file may be
 * found in the file LICENSE in this distribution or at
 * http://www.rtems.org/license/LICENSE.
 */

#ifndef LIBBSP_ARM_REALVIEW_PBX_A9_BSP_CONSOLE_H
#define LIBBSP_ARM_REALVIEW_PBX_A9_BSP_CONSOLE_H

#include <dev/serial/arm-pl011.h>

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

extern arm_pl011_context rvpbx_pl011_context;

bool rvpbx_pl011_probe(rtems_termios_device_context *base);

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif /* LIBBSP_ARM_REALVIEW_PBX_A9_BSP_CONSOLE_H */