summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-14 15:23:24 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-16 08:58:48 -0500
commitf8d228d7305c1f135ee151ba5ee36051cf2c5ea5 (patch)
tree062e9e6682f416cf51609e773c115614d586ab96
parentmips/shared/gdbstub/mips-stub.c: Add prototype to stay self contained (diff)
downloadrtems-f8d228d7305c1f135ee151ba5ee36051cf2c5ea5.tar.bz2
mpc8260ads/include/bsp.h: Add prototype to fix warning
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h b/c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h
index 8671b95211..781e5d7df7 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h
@@ -80,6 +80,11 @@ void *M8260AllocateRiscTimers( int count );
extern char M8260DefaultWatchdogFeeder;
#endif
+/*
+ * Prototypes for items shared across file boundaries in the BSP
+ */
+extern uint32_t bsp_serial_per_sec;
+
#ifdef __cplusplus
}
#endif