From a94d46c84b00cb212e85e38039e4ac0446bf9ad4 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 6 May 2013 14:34:55 +0200 Subject: bsp/xilinx-zynq: New BSP --- .../lib/libbsp/arm/xilinx-zynq/include/zynq-uart.h | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 c/src/lib/libbsp/arm/xilinx-zynq/include/zynq-uart.h (limited to 'c/src/lib/libbsp/arm/xilinx-zynq/include/zynq-uart.h') diff --git a/c/src/lib/libbsp/arm/xilinx-zynq/include/zynq-uart.h b/c/src/lib/libbsp/arm/xilinx-zynq/include/zynq-uart.h new file mode 100644 index 0000000000..5eae1f479b --- /dev/null +++ b/c/src/lib/libbsp/arm/xilinx-zynq/include/zynq-uart.h @@ -0,0 +1,30 @@ +/* + * Copyright (c) 2013 embedded brains GmbH. All rights reserved. + * + * embedded brains GmbH + * Dornierstr. 4 + * 82178 Puchheim + * Germany + * + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rtems.com/license/LICENSE. + */ + +#ifndef LIBBSP_ARM_XILINX_ZYNQ_UART_H +#define LIBBSP_ARM_XILINX_ZYNQ_UART_H + +#include + +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + +extern const console_fns zynq_uart_fns; + +#ifdef __cplusplus +} +#endif /* __cplusplus */ + +#endif /* LIBBSP_ARM_XILINX_ZYNQ_UART_H */ -- cgit v1.2.3