summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-10 21:35:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-10 21:35:37 +0000
commit4909a30e6329ddb3beff3145939bdc82d8c4dc80 (patch)
tree82eb6284dca61d6a5934d0bbcdbee63e66d56064 /c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h
parent2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-4909a30e6329ddb3beff3145939bdc82d8c4dc80.tar.bz2
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Review of all bsp_cleanup() implementations. In this phase, all prototypes were removed from bsp.h and empty implementations were removed and made to use the shared stub.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h')
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h b/c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h
index b9fa473314..c5f5462c20 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/include/bsp.h
@@ -98,8 +98,6 @@ extern int rtems_enet_driver_attach (struct rtems_bsdnet_ifconfig *config, int a
/* functions */
-void bsp_cleanup( void );
-
#if 0
void M8260ExecuteRISC( uint32_t command );
void *M8260AllocateBufferDescriptors( int count );