summaryrefslogtreecommitdiffstats
path: root/sys/dev/sn/if_snvar.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-12-13 01:47:19 +0000
committerimp <imp@FreeBSD.org>2000-12-13 01:47:19 +0000
commite1fe72742c53537e4980deffe6803189c00560fa (patch)
treeccf3d6ebc59b043b73c59182f1c8b25512734875 /sys/dev/sn/if_snvar.h
parentac4f44c24e80fa2aed5a82cfeeafffe9ff6d77a0 (diff)
downloadFreeBSD-src-e1fe72742c53537e4980deffe6803189c00560fa.zip
FreeBSD-src-e1fe72742c53537e4980deffe6803189c00560fa.tar.gz
Add isa support:
o write isa driver routines. o factor detach routine in sn_detach.
Diffstat (limited to 'sys/dev/sn/if_snvar.h')
-rw-r--r--sys/dev/sn/if_snvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sn/if_snvar.h b/sys/dev/sn/if_snvar.h
index 4d7b1d8..0770500 100644
--- a/sys/dev/sn/if_snvar.h
+++ b/sys/dev/sn/if_snvar.h
@@ -52,6 +52,7 @@ struct sn_softc {
int sn_probe(device_t, int);
int sn_attach(device_t);
+int sn_detach(device_t);
void sn_intr(void *);
int sn_activate(device_t);
OpenPOWER on IntegriCloud