diff options
| author | ross <ross@NetBSD.org> | 1999-03-17 18:24:57 +0000 |
|---|---|---|
| committer | ross <ross@NetBSD.org> | 1999-03-17 18:24:57 +0000 |
| commit | 4ca95ee66e77aaecb36d2931cd0dfbe3ac5d5087 (patch) | |
| tree | 167c9469227b57e96c69726cd45fbadcda0e6c99 /sys/dev | |
| parent | f10b3204720f2e4c681fbf43952b8c46b80865bd (diff) | |
prototype ioasicprint
XXX pmax XXX I think someone is using the MD proto and the MI func on pmax
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/tc/ioasicvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/tc/ioasicvar.h b/sys/dev/tc/ioasicvar.h index e5a75c77d27..6e62f5fe1f0 100644 --- a/sys/dev/tc/ioasicvar.h +++ b/sys/dev/tc/ioasicvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: ioasicvar.h,v 1.6 1999/03/15 01:25:26 jonathan Exp $ */ +/* $NetBSD: ioasicvar.h,v 1.7 1999/03/17 18:24:57 ross Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. @@ -80,6 +80,7 @@ void ioasic_intr_disestablish __P((struct device *, void *)); /* * Miscellaneous helper functions. */ +int ioasicprint __P((void *, const char *)); int ioasic_submatch __P((struct cfdata *, struct ioasicdev_attach_args *)); char *ioasic_lance_ether_address __P((void)); void ioasic_attach_devs __P((struct ioasic_softc *sc, |
