summaryrefslogtreecommitdiff
path: root/c/src/lib/libbsp/arm/lm3s69xx/include/uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/arm/lm3s69xx/include/uart.h')
-rw-r--r--c/src/lib/libbsp/arm/lm3s69xx/include/uart.h46
1 files changed, 0 insertions, 46 deletions
diff --git a/c/src/lib/libbsp/arm/lm3s69xx/include/uart.h b/c/src/lib/libbsp/arm/lm3s69xx/include/uart.h
deleted file mode 100644
index 544fed55eb..0000000000
--- a/c/src/lib/libbsp/arm/lm3s69xx/include/uart.h
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * @file
- *
- * @ingroup lm3s69xx_uart
- *
- * brief UART support.
- */
-
-/*
- * Copyright (c) 2011 Sebastian Huber. All rights reserved.
- *
- * embedded brains GmbH
- * Obere Lagerstr. 30
- * 82178 Puchheim
- * Germany
- * <rtems@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_LM3S69XX_UART_H
-#define LIBBSP_ARM_LM3S69XX_UART_H
-
-#include <libchip/serial.h>
-
-/**
- * defgroup lm3s69xx_uart UART Support
- *
- * @ingroup arm_lm3s69xx
- *
- * @brief UART support.
- */
-
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
-extern const console_fns lm3s69xx_uart_fns;
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
-#endif /* LIBBSP_ARM_LM3S69XX_UART_H */