diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2003-06-27 16:57:15 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2003-06-27 16:57:15 +0000 |
commit | f3f9a16fca639a1fcc8b608d0f27d970daf174f4 (patch) | |
tree | 05af824bdd5b4ea18ff85c992217c27d77d86b3e /sys/dev/usb/usb_port.h | |
parent | c1f3988c88439ff28f11b5818dfb7227817611ef (diff) |
kqueue support for various usb devices including: usb, uhid, ugen,
and uscanner
From NetBSD
Diffstat (limited to 'sys/dev/usb/usb_port.h')
-rw-r--r-- | sys/dev/usb/usb_port.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index 2bdd1ef61e4..2cccb2f543d 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.41 2003/05/17 06:07:57 nate Exp $ */ +/* $OpenBSD: usb_port.h,v 1.42 2003/06/27 16:57:14 nate Exp $ */ /* $NetBSD: usb_port.h,v 1.44 2001/05/14 20:35:29 bouyer Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.21 1999/11/17 22:33:47 n_hibma Exp $ */ @@ -247,6 +247,8 @@ __CONCAT(dname,_detach)(self, flags) \ #define le16toh(x) letoh16(x) #endif +#define sel_klist si_note + #define usb_kthread_create1 kthread_create #define usb_kthread_create kthread_create_deferred |