summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/t32mppc/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/t32mppc/include/bsp.h')
-rw-r--r--c/src/lib/libbsp/powerpc/t32mppc/include/bsp.h42
1 files changed, 0 insertions, 42 deletions
diff --git a/c/src/lib/libbsp/powerpc/t32mppc/include/bsp.h b/c/src/lib/libbsp/powerpc/t32mppc/include/bsp.h
deleted file mode 100644
index c27f235ef6..0000000000
--- a/c/src/lib/libbsp/powerpc/t32mppc/include/bsp.h
+++ /dev/null
@@ -1,42 +0,0 @@
-/*
- * Copyright (c) 2012, 2017 embedded brains GmbH. All rights reserved.
- *
- * embedded brains GmbH
- * Dornierstr. 4
- * 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_POWERPC_T32MPPC_BSP_H
-#define LIBBSP_POWERPC_T32MPPC_BSP_H
-
-#include <bspopts.h>
-
-#ifndef ASM
-
-#include <rtems.h>
-
-#include <bsp/default-initial-extension.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
-#define BSP_FEATURE_IRQ_EXTENSION
-
-extern uint32_t bsp_time_base_frequency;
-
-void t32mppc_decrementer_dispatch(void);
-
-#endif /* ASM */
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
-#endif /* LIBBSP_POWERPC_T32MPPC_BSP_H */