summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/edb7312/include/bsp.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-20 09:11:41 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-20 10:02:04 -0500
commit0f8ee10e3fb43129dedef23e92485ca3e48c3dc1 (patch)
tree6a17b56edf21d27c72bf55c8273e91e9ba096eab /c/src/lib/libbsp/arm/edb7312/include/bsp.h
parentcpukit/score/cpu/lm32/irq.c: Fix warning (diff)
downloadrtems-0f8ee10e3fb43129dedef23e92485ca3e48c3dc1.tar.bz2
arm/edb7312: Fix warnings
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/arm/edb7312/include/bsp.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/edb7312/include/bsp.h b/c/src/lib/libbsp/arm/edb7312/include/bsp.h
index 60793c2ca6..00e8d40b50 100644
--- a/c/src/lib/libbsp/arm/edb7312/include/bsp.h
+++ b/c/src/lib/libbsp/arm/edb7312/include/bsp.h
@@ -16,6 +16,8 @@
#ifndef _BSP_H
#define _BSP_H
+#ifndef ASM
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -57,10 +59,17 @@ int cs8900_driver_attach (struct rtems_bsdnet_ifconfig *config,
/** @} */
+/*
+ * Prototypes for methods called from .S but implemented in C
+ */
+void edb7312_interrupt_dispatch(rtems_vector_number vector);
+
/** @} */
#ifdef __cplusplus
}
#endif
+#endif /* !ASM */
+
#endif /* _BSP_H */