summaryrefslogtreecommitdiff
path: root/sys/dev/ic/anvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/anvar.h')
-rw-r--r--sys/dev/ic/anvar.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/ic/anvar.h b/sys/dev/ic/anvar.h
index 2f7d8e9fc10..cabebbb7bc8 100644
--- a/sys/dev/ic/anvar.h
+++ b/sys/dev/ic/anvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: anvar.h,v 1.21 2006/02/20 11:13:57 jsg Exp $ */
+/* $OpenBSD: anvar.h,v 1.22 2009/08/10 20:29:54 deraadt Exp $ */
/* $NetBSD: anvar.h,v 1.10 2005/02/27 00:27:00 perry Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -115,8 +115,6 @@ struct an_softc {
int sc_enabled;
int sc_invalid;
int sc_attached;
- void *sc_sdhook;
-
int sc_bap_id;
int sc_bap_off;
@@ -165,7 +163,6 @@ int an_attach(struct an_softc *);
int an_detach(struct an_softc *);
int an_activate(struct device *, enum devact);
void an_power(int, void *);
-void an_shutdown(void *);
int an_intr(void *);
int an_init(struct ifnet *);
void an_stop(struct ifnet *, int);