summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_le.c
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-08-21 07:55:10 +0000
committerfsmp <fsmp@FreeBSD.org>1997-08-21 07:55:10 +0000
commit336363fe282db2f9839b0378fee1fce08ffd1ff5 (patch)
tree2c887e52669c88160498008ec4748da9609aa8e2 /sys/i386/isa/if_le.c
parente657c8ade44ab8acf0757c10bb72906338308d03 (diff)
downloadFreeBSD-src-336363fe282db2f9839b0378fee1fce08ffd1ff5.zip
FreeBSD-src-336363fe282db2f9839b0378fee1fce08ffd1ff5.tar.gz
Forward declaration for the intr routine, avoids compiler warning.
Diffstat (limited to 'sys/i386/isa/if_le.c')
-rw-r--r--sys/i386/isa/if_le.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/if_le.c b/sys/i386/isa/if_le.c
index 684e165..e96c87c 100644
--- a/sys/i386/isa/if_le.c
+++ b/sys/i386/isa/if_le.c
@@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_le.c,v 1.37 1997/02/22 09:36:33 peter Exp $
+ * $Id: if_le.c,v 1.38 1997/07/20 14:10:00 bde Exp $
*/
/*
@@ -79,6 +79,7 @@
#endif
/* Forward declarations */
+void le_intr __P((int unit));
typedef struct le_softc le_softc_t;
typedef struct le_board le_board_t;
OpenPOWER on IntegriCloud