diff options
author | ambrisko <ambrisko@FreeBSD.org> | 2003-02-05 03:37:42 +0000 |
---|---|---|
committer | ambrisko <ambrisko@FreeBSD.org> | 2003-02-05 03:37:42 +0000 |
commit | 9a4fb866c26c0f486cf7978f3d00a047ad58c4f3 (patch) | |
tree | 29481a893cd0d42c222d159a9eb7cc631d66f870 /sys/dev/an/if_anreg.h | |
parent | 914d9fc8a8a96b9270275e4aa0a60882ba661e91 (diff) | |
download | FreeBSD-src-9a4fb866c26c0f486cf7978f3d00a047ad58c4f3.zip FreeBSD-src-9a4fb866c26c0f486cf7978f3d00a047ad58c4f3.tar.gz |
Support for suspend/resume in laptops. Loosely based on the wi(4) patches
but not quite. The memory descriptors and most of the card parameters
need to be writen to the card.
MFC in: 3 days
Diffstat (limited to 'sys/dev/an/if_anreg.h')
-rw-r--r-- | sys/dev/an/if_anreg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/an/if_anreg.h b/sys/dev/an/if_anreg.h index 20ed9bb..165f760 100644 --- a/sys/dev/an/if_anreg.h +++ b/sys/dev/an/if_anreg.h @@ -503,6 +503,7 @@ int an_alloc_aux_memory (device_t, int, int); int an_alloc_irq (device_t, int, int); int an_probe (device_t); void an_shutdown (device_t); +void an_resume (device_t); int an_attach (struct an_softc *, int, int); void an_stop (struct an_softc *); |