diff options
| author | Ian Dowse <iedowse@FreeBSD.org> | 2004-11-12 03:24:12 +0000 |
|---|---|---|
| committer | Ian Dowse <iedowse@FreeBSD.org> | 2004-11-12 03:24:12 +0000 |
| commit | b044e1706306df9a9b0caf80d32a4f5d906b8fd7 (patch) | |
| tree | 739c211160304abf1fdfebc9c879af1cf56a9e36 /sys/dev/usb | |
| parent | 85b8134e51c57781a15e6a88d12047fbf2ba65b9 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/usb_port.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index 972c4e917408b..38dd65e5aa2e8 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -388,6 +388,7 @@ typedef struct callout usb_callout_t; #define usb_callout_init(h) callout_init(&(h), 0) #define usb_callout(h, t, f, d) callout_reset(&(h), (t), (f), (d)) #define usb_uncallout(h, f, d) callout_stop(&(h)) +#define usb_uncallout_drain(h, f, d) callout_drain(&(h)) #else typedef struct proc *usb_proc_ptr; |
