diff options
author | thompsa <thompsa@FreeBSD.org> | 2009-05-21 01:05:21 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2009-05-21 01:05:21 +0000 |
commit | 77979532cf260986b996444ebf7a9a8ed7e79b5a (patch) | |
tree | bb41fbf5d2f0d422d3bf3331039e32c386924129 /sys/dev/usb/usb_compat_linux.h | |
parent | 6493599dffcf59452030c317e21e1777f4087498 (diff) | |
download | FreeBSD-src-77979532cf260986b996444ebf7a9a8ed7e79b5a.zip FreeBSD-src-77979532cf260986b996444ebf7a9a8ed7e79b5a.tar.gz |
Use enums for speed and rev data types.
Diffstat (limited to 'sys/dev/usb/usb_compat_linux.h')
-rw-r--r-- | sys/dev/usb/usb_compat_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_compat_linux.h b/sys/dev/usb/usb_compat_linux.h index c63d82e..44db8e2 100644 --- a/sys/dev/usb/usb_compat_linux.h +++ b/sys/dev/usb/usb_compat_linux.h @@ -370,7 +370,7 @@ struct usb_device { uint16_t devnum; - uint8_t speed; /* USB_SPEED_XXX */ + enum usb_dev_speed speed; /* USB_SPEED_XXX */ } __aligned(USB_HOST_ALIGN); /* |