diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2009-08-10 17:47:24 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2009-08-10 17:47:24 +0000 |
commit | 83eb262c741a035e570568562a2b1696f1c3f356 (patch) | |
tree | e87750fe737d28e38d061562e1eef13991dac30c /sys/dev/ic/rt2661var.h | |
parent | 319f6fe0f584e2e088b5b1e2a15c63cc700150d8 (diff) |
three more shutdown hooks bite the dust.
Diffstat (limited to 'sys/dev/ic/rt2661var.h')
-rw-r--r-- | sys/dev/ic/rt2661var.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/rt2661var.h b/sys/dev/ic/rt2661var.h index d24a866ea86..7793ade66b5 100644 --- a/sys/dev/ic/rt2661var.h +++ b/sys/dev/ic/rt2661var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rt2661var.h,v 1.9 2006/10/22 12:14:44 damien Exp $ */ +/* $OpenBSD: rt2661var.h,v 1.10 2009/08/10 17:47:23 damien Exp $ */ /*- * Copyright (c) 2006 @@ -173,11 +173,9 @@ struct rt2661_softc { #define sc_txtap sc_txtapu.th int sc_txtap_len; #endif - void *sc_sdhook; void *sc_powerhook; }; int rt2661_attach(void *, int); int rt2661_detach(void *); int rt2661_intr(void *); -void rt2661_shutdown(void *); |