diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2002-06-11 03:47:30 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2002-06-11 03:47:30 +0000 |
commit | 0531d3d7cccbf8af2181a5a454aebda4ed28668a (patch) | |
tree | 144b2aa9d3690a305455981a21abea53878dd5aa | |
parent | 28d8b9d7bf2b991f9111c3dd38549bf12ff7c3bf (diff) |
add stack version #define.
From NetBSD requested by pval
-rw-r--r-- | sys/dev/usb/usb.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h index 8defac116a4..08139911857 100644 --- a/sys/dev/usb/usb.h +++ b/sys/dev/usb/usb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usb.h,v 1.18 2002/05/09 15:06:29 nate Exp $ */ +/* $OpenBSD: usb.h,v 1.19 2002/06/11 03:47:29 nate Exp $ */ /* $NetBSD: usb.h,v 1.52 2001/07/23 15:17:50 nathanw Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb.h,v 1.14 1999/11/17 22:33:46 n_hibma Exp $ */ @@ -66,6 +66,8 @@ MALLOC_DECLARE(M_USBHC); #endif /* __FreeBSD__ */ +#define USB_STACK_VERSION 2 + #define USB_MAX_DEVICES 128 #define USB_START_ADDR 0 |