summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc5xx/include/mpc5xx.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-14 14:10:22 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-16 08:58:47 -0500
commitf62c7daa6482d74bb9b5275d8d4cc5c487ff9081 (patch)
treec3c5cb24b170a5d8c05d668028aa48c275fe17f5 /c/src/lib/libcpu/powerpc/mpc5xx/include/mpc5xx.h
parentmcf5282: Move cache to libcpu and update av5282 and uC5282 BSPs (diff)
downloadrtems-f62c7daa6482d74bb9b5275d8d4cc5c487ff9081.tar.bz2
mpc5xx libcpu and ss555 BSP: Fix warnings
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc5xx/include/mpc5xx.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc5xx/include/mpc5xx.h b/c/src/lib/libcpu/powerpc/mpc5xx/include/mpc5xx.h
index 51838428c5..fc9b756cbf 100644
--- a/c/src/lib/libcpu/powerpc/mpc5xx/include/mpc5xx.h
+++ b/c/src/lib/libcpu/powerpc/mpc5xx/include/mpc5xx.h
@@ -1,9 +1,9 @@
/*
- * mpc5xx.h
*
* MPC5xx Internal I/O Definitions
- *
- *
+ */
+
+/*
* MPC5xx port sponsored by Defence Research and Development Canada - Suffield
* Copyright (C) 2004, Real-Time Systems Inc. (querbach@realtime.bc.ca)
*
@@ -609,6 +609,14 @@ typedef struct imb_ {
extern volatile imb_t imb; /* defined in linkcmds */
+/*
+ * Methods shared across libcpu and the BSP.
+ */
+void clockOn(void* unused);
+void clockOff(void* unused);
+int clockIsOn(void* unused);
+rtems_isr Clock_isr(rtems_vector_number vector);
+
#ifdef __cplusplus
}
#endif