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/rt2560var.h | |
parent | 319f6fe0f584e2e088b5b1e2a15c63cc700150d8 (diff) |
three more shutdown hooks bite the dust.
Diffstat (limited to 'sys/dev/ic/rt2560var.h')
-rw-r--r-- | sys/dev/ic/rt2560var.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/rt2560var.h b/sys/dev/ic/rt2560var.h index e461fd4d7be..e2695083004 100644 --- a/sys/dev/ic/rt2560var.h +++ b/sys/dev/ic/rt2560var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rt2560var.h,v 1.5 2006/10/22 12:14:44 damien Exp $ */ +/* $OpenBSD: rt2560var.h,v 1.6 2009/08/10 17:47:23 damien Exp $ */ /*- * Copyright (c) 2005, 2006 @@ -162,11 +162,9 @@ struct rt2560_softc { #define sc_txtap sc_txtapu.th int sc_txtap_len; #endif - void *sc_sdhook; /* shutdown hook */ void *sc_powerhook; /* power management hook */ }; int rt2560_attach(void *, int); int rt2560_detach(void *); int rt2560_intr(void *); -void rt2560_shutdown(void *); |