summaryrefslogtreecommitdiffstats
path: root/bsps/arm/realview-pbx-a9/include/bsp/console.h
blob: b4b95ba84b42b3fe8b72018f036f60a12dc2f2df (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
/*
 * Copyright (c) 2018 embedded brains GmbH.  All rights reserved.
 *
 * 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 */