From 5130248e12a0d96c19d88444888c3fbcc93ee922 Mon Sep 17 00:00:00 2001 From: Daniel Cederman Date: Thu, 13 Mar 2014 14:28:46 +0100 Subject: smc91111: Move driver attach prototype to header file. Also signal to compiler that the start variable in lan91cxx_recv is only used when debugging. --- c/src/libchip/network/smc91111exp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'c/src/libchip/network/smc91111exp.h') 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_ */ -- cgit v1.2.3