summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/smc91111exp.h
diff options
context:
space:
mode:
authorDaniel Cederman <cederman@gaisler.com>2014-03-13 14:28:46 +0100
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-03-21 09:57:18 -0500
commit5130248e12a0d96c19d88444888c3fbcc93ee922 (patch)
tree75f0256a804845c5420b6141ae644a7c77bbb4cf /c/src/libchip/network/smc91111exp.h
parentno_bsp/shmsupp/lock.c: Remove rtems_bsp_delay() (diff)
downloadrtems-5130248e12a0d96c19d88444888c3fbcc93ee922.tar.bz2
smc91111: Move driver attach prototype to header file.
Also signal to compiler that the start variable in lan91cxx_recv is only used when debugging.
Diffstat (limited to '')
-rw-r--r--c/src/libchip/network/smc91111exp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/src/libchip/network/smc91111exp.h b/c/src/libchip/network/smc91111exp.h
index 11feaab0d9..08e086d9e7 100644
--- a/c/src/libchip/network/smc91111exp.h
+++ b/c/src/libchip/network/smc91111exp.h
@@ -18,6 +18,9 @@ typedef struct scmv91111_configuration {
#endif
} scmv91111_configuration_t;
+int _rtems_smc91111_driver_attach (struct rtems_bsdnet_ifconfig *config,
+ scmv91111_configuration_t * scm_config);
+
#endif /* _SMC_91111_EXP_H_ */