summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme167/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-26 21:15:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-26 21:15:27 +0000
commitdb9ae7078d4fe001139d1fbb7816ef71a3d2f2ae (patch)
treec37d84a677b30f009729315c5ac1f8e89c28ee5c /c/src/lib/libbsp/m68k/mvme167/include
parentchanged version to ss-20000726 (diff)
downloadrtems-db9ae7078d4fe001139d1fbb7816ef71a3d2f2ae.tar.bz2
Patch from Charles-Antoine Gauthier <charles.gauthier@nrc.ca> that
removes warnings from the network.c file and has slight additions to the configuration file to support Java.
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme167/include')
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/include/bsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme167/include/bsp.h b/c/src/lib/libbsp/m68k/mvme167/include/bsp.h
index 913ca39bec..d1d771fd3a 100644
--- a/c/src/lib/libbsp/m68k/mvme167/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mvme167/include/bsp.h
@@ -46,7 +46,7 @@ extern "C" {
*/
struct rtems_bsdnet_ifconfig;
-extern int uti596_attach(struct rtems_bsdnet_ifconfig * pConfig );
+int uti596_attach(struct rtems_bsdnet_ifconfig * pConfig, int attaching );
#define RTEMS_BSP_NETWORK_DRIVER_NAME "uti1"
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH uti596_attach