summaryrefslogtreecommitdiff
path: root/include/powerpc/t32mppc/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/powerpc/t32mppc/bsp.h')
-rw-r--r--include/powerpc/t32mppc/bsp.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/include/powerpc/t32mppc/bsp.h b/include/powerpc/t32mppc/bsp.h
new file mode 100644
index 0000000000..4ce387710b
--- /dev/null
+++ b/include/powerpc/t32mppc/bsp.h
@@ -0,0 +1,40 @@
+/*
+ * Copyright (c) 2012-2014 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 <rtems/clockdrv.h>
+#include <rtems/console.h>
+
+#include <bsp/default-initial-extension.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
+#define BSP_FEATURE_IRQ_EXTENSION
+
+#endif /* ASM */
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
+#endif /* LIBBSP_POWERPC_T32MPPC_BSP_H */