summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-10 16:22:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-10 16:22:27 +0000
commit59d4d51335e20805c2d9541d04d78b0f8d7f38b4 (patch)
tree906452093db3bd26b447651d50e63d5572d20e8b /c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h
parent2000-08-10 Charles-Antoine Gauthier <charles.gauthier@nrc.ca> (diff)
downloadrtems-59d4d51335e20805c2d9541d04d78b0f8d7f38b4.tar.bz2
2000-08-10 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
* README: Updated. * console/console.c: Addition of support for shared printk and no termios. * include/bsp.h: Addition of second parameter to rtems_enet_driver_attach. Removed prototypes for printk and BSP_output_string. * network/network.c(rtems_enet_driver_attach): Addition of second parameter to function.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h')
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h b/c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h
index df5d911fb0..0f0b805a1e 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h
@@ -34,7 +34,7 @@ extern "C" {
* Network driver configuration
*/
struct rtems_bsdnet_ifconfig;
-extern int rtems_enet_driver_attach (struct rtems_bsdnet_ifconfig *config);
+extern int rtems_enet_driver_attach (struct rtems_bsdnet_ifconfig *config, int attaching);
#define RTEMS_BSP_NETWORK_DRIVER_NAME "scc1"
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_enet_driver_attach
@@ -107,12 +107,6 @@ rtems_isr_entry set_vector( /* returns old vector */
int type /* RTEMS or RAW intr */
);
-/*
- * Debug print functions: implemented in console.c
- */
-void printk( char *fmt, ... );
-void BSP_output_string( char * buf );
-
#ifdef __cplusplus
}
#endif