summaryrefslogtreecommitdiff
path: root/c/src/lib/libbsp/or1k/generic_or1k/include/uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/or1k/generic_or1k/include/uart.h')
-rw-r--r--c/src/lib/libbsp/or1k/generic_or1k/include/uart.h42
1 files changed, 0 insertions, 42 deletions
diff --git a/c/src/lib/libbsp/or1k/generic_or1k/include/uart.h b/c/src/lib/libbsp/or1k/generic_or1k/include/uart.h
deleted file mode 100644
index dbf3bbf9ef..0000000000
--- a/c/src/lib/libbsp/or1k/generic_or1k/include/uart.h
+++ /dev/null
@@ -1,42 +0,0 @@
-/**
- * @file
- *
- * @ingroup generic_or1k_uart
- *
- * @brief UART support.
- */
-
-/*
- * COPYRIGHT (c) 2014-2015 Hesham ALMatary <heshamelmatary@gmail.com>
- *
- * 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
- */
-
-/**
- * @defgroup generic_or1k_uart UART Support
- *
- * @ingroup generic_or1k
- *
- * @brief Universal Asynchronous Receiver/Transmitter (UART) Support
- */
-
-#ifndef LIBBSP_GENERIC_OR1K_UART_H
-#define LIBBSP_GENERIC_OR1K_UART_H
-
-#include <libchip/serial.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
-#define OR1K_UART_DEFAULT_BAUD 115200
-#define OR1K_BSP_UART_IRQ 2
-extern const console_fns generic_or1k_uart_fns;
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
-#endif /* LIBBSP_GENERIC_OR1K_UART_H */