summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-08 17:35:49 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-09 16:56:39 -0500
commit71d7e02f1d668e74dbb435e1c0521d9b3d231bdd (patch)
treef531e91ff9ffcc65cb838b29a19c37bf02503933 /c
parentmbx8xx - Eliminate any set_vector() remnants (diff)
downloadrtems-71d7e02f1d668e74dbb435e1c0521d9b3d231bdd.tar.bz2
virtex - Eliminate any set_vector() remnants
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/virtex/include/bsp.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/powerpc/virtex/include/bsp.h b/c/src/lib/libbsp/powerpc/virtex/include/bsp.h
index 52c9648101..148674454d 100644
--- a/c/src/lib/libbsp/powerpc/virtex/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/virtex/include/bsp.h
@@ -77,13 +77,6 @@ extern xilTemac_driver_attach(struct rtems_bsdnet_ifconfig*, int );
#define BSP_PPC403_CLOCK_HOOK_EXCEPTION ASM_BOOKE_DEC_VECTOR
-/* functions */
-
-rtems_isr_entry set_vector( /* returns old vector */
- rtems_isr_entry handler, /* isr routine */
- rtems_vector_number vector, /* vector number */
- int type /* RTEMS or RAW intr */
-);
#endif /* ASM */
#ifdef __cplusplus