summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-15 09:31:41 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-16 08:58:48 -0500
commit7ec9bd5917d71f594da5890bc35aaec07352d5c1 (patch)
treee97dec9bc13de80b35cd582ac08266e173be6d0b /c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h
parentlibcpu/arm/at91rm9200/usart/usart.c: Fix warnings (diff)
downloadrtems-7ec9bd5917d71f594da5890bc35aaec07352d5c1.tar.bz2
mpc8260 libcpu and mpc6260ads BSP: Fix warnings
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h')
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h20
1 files changed, 8 insertions, 12 deletions
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h b/c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h
index 781e5d7df7..a3511fdb5c 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h
@@ -1,10 +1,9 @@
-/* bsp.h
- *
+/*
* This include file contains all board IO definitions.
- *
- * XXX : put yours in here
- *
- * COPYRIGHT (c) 1989-1999.
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -46,12 +45,6 @@ typedef struct bcsr
} BCSR;
-#define UART1_E 0x02000002 /* bit 6 of BCSR1 */
-#define UART2_E 0x01000001 /* bit 7 of BCSR1 */
-
-#define GP0_LED 0x02000002 /* bit 6 of BCSR0 */
-#define GP1_LED 0x01000001 /* bit 7 of BCSR0 */
-
/*
* Network driver configuration
*/
@@ -84,6 +77,9 @@ extern char M8260DefaultWatchdogFeeder;
* Prototypes for items shared across file boundaries in the BSP
*/
extern uint32_t bsp_serial_per_sec;
+void *bsp_idle_thread( uintptr_t ignored );
+void cpu_init(void);
+int mbx8xx_console_get_configuration(void);
#ifdef __cplusplus
}