diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2013-12-19 07:12:40 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2013-12-19 07:12:40 +0000 |
| commit | c42f446f2001267ca18bb7f39236fde8340d5eb8 (patch) | |
| tree | 4720aa25dc430c809437b11ccdb6d85ce224f829 /sys/dev/usb/usb_bus.h | |
| parent | ce2e1341f446d5daf0b675b41fdf3790dea49adb (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usb_bus.h')
| -rw-r--r-- | sys/dev/usb/usb_bus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_bus.h b/sys/dev/usb/usb_bus.h index f2cde9c08181..dd6b880a98c7 100644 --- a/sys/dev/usb/usb_bus.h +++ b/sys/dev/usb/usb_bus.h @@ -71,6 +71,7 @@ struct usb_bus { struct usb_bus_msg attach_msg[2]; struct usb_bus_msg suspend_msg[2]; struct usb_bus_msg resume_msg[2]; + struct usb_bus_msg reset_msg[2]; struct usb_bus_msg shutdown_msg[2]; /* * This mutex protects the USB hardware: |
