diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2001-10-02 19:30:23 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2001-10-02 19:30:23 +0000 |
commit | 663985773068b12d94d5febd8b6ef667f48c0663 (patch) | |
tree | 69b500389887f054b68225adc8c0f23f50975e63 /sys/dev/usb/usb_port.h | |
parent | a2db01a98c76c69f656462237933c85a19897910 (diff) |
make usb work across apm suspends. okay millert@, niklas@, aaron@, deraadt@
Diffstat (limited to 'sys/dev/usb/usb_port.h')
-rw-r--r-- | sys/dev/usb/usb_port.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index 25ad56e1df1..3be3f3db2ca 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usb_port.h,v 1.28 2001/08/23 16:56:58 csapuntz Exp $ */ +/* $OpenBSD: usb_port.h,v 1.29 2001/10/02 19:30:22 provos Exp $ */ /* $NetBSD: usb_port.h,v 1.42 2001/03/28 19:00:39 ichiro Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.21 1999/11/17 22:33:47 n_hibma Exp $ */ @@ -262,10 +262,6 @@ typedef int usb_malloc_type; #define uriopoll urioselect #define uscannerpoll uscannerselect -#define powerhook_establish(fn, sc) (fn) -#define powerhook_disestablish(hdl) -#define PWR_RESUME 0 - #define logprintf printf #define swap_bytes_change_sign16_le swap_bytes_change_sign16 |