diff options
author | 2010-08-30 21:30:14 +0000 | |
---|---|---|
committer | 2010-08-30 21:30:14 +0000 | |
commit | 34cf5b70834e43b1215d974b3360b686ca0b223c (patch) | |
tree | 5add268ed85f198982ab5d1f79373c41e60df9dc /sys/dev/usb/ohcivar.h | |
parent | ioctl versus resume-workq exclusion; cloned from iwn (diff) | |
download | wireguard-openbsd-34cf5b70834e43b1215d974b3360b686ca0b223c.tar.xz wireguard-openbsd-34cf5b70834e43b1215d974b3360b686ca0b223c.zip |
Change powerhooks into activate functions, and provide stub powerhook
functions
ok kettenis
Diffstat (limited to 'sys/dev/usb/ohcivar.h')
-rw-r--r-- | sys/dev/usb/ohcivar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/ohcivar.h b/sys/dev/usb/ohcivar.h index 27b2a6fb596..5e98b4962fe 100644 --- a/sys/dev/usb/ohcivar.h +++ b/sys/dev/usb/ohcivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ohcivar.h,v 1.28 2009/11/04 19:14:10 kettenis Exp $ */ +/* $OpenBSD: ohcivar.h,v 1.29 2010/08/30 21:30:17 deraadt Exp $ */ /* $NetBSD: ohcivar.h,v 1.32 2003/02/22 05:24:17 tsutsui Exp $ */ /* $FreeBSD: src/sys/dev/usb/ohcivar.h,v 1.13 1999/11/17 22:33:41 n_hibma Exp $ */ @@ -144,4 +144,4 @@ usbd_status ohci_init(ohci_softc_t *); int ohci_intr(void *); int ohci_detach(ohci_softc_t *, int); int ohci_activate(struct device *, int); -void ohci_power(int, void *); +void ohci_powerhook(int, void *); |