summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-08 13:26:18 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-09 16:56:36 -0500
commit498b9e7dfc970a36ec5c7b84b9323ca3eeeb9f9c (patch)
tree25cb41232e70d29d834d3fa7e356ddf0738efb14
parentrbtx4938 - Eliminate any set_vector() remnants (diff)
downloadrtems-498b9e7dfc970a36ec5c7b84b9323ca3eeeb9f9c.tar.bz2
rbtx4925 - Eliminate any set_vector() remnants
-rw-r--r--c/src/lib/libbsp/mips/rbtx4925/include/bsp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/mips/rbtx4925/include/bsp.h b/c/src/lib/libbsp/mips/rbtx4925/include/bsp.h
index 3c275c9fe7..4b15d4f0fd 100644
--- a/c/src/lib/libbsp/mips/rbtx4925/include/bsp.h
+++ b/c/src/lib/libbsp/mips/rbtx4925/include/bsp.h
@@ -33,11 +33,6 @@ extern "C" {
#define BSP_FEATURE_IRQ_EXTENSION
#define BSP_SHARED_HANDLER_SUPPORT 1
-/* functions */
-
-rtems_isr_entry set_vector(
- rtems_isr_entry, rtems_vector_number, int );
-
#ifdef __cplusplus
}
#endif