diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2009-07-30 00:16:50 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2009-07-30 00:16:50 +0000 |
commit | bf3254f22ec99965a70f163b63a65890a1b6f16d (patch) | |
tree | f04b065a14af3d17aa8e906309d28fb90689f410 /sys/dev/usb/usb_compat_linux.h | |
parent | a0c61406adbed0898a06e286180b395bdac77f2f (diff) | |
download | src-test2-bf3254f22ec99965a70f163b63a65890a1b6f16d.tar.gz src-test2-bf3254f22ec99965a70f163b63a65890a1b6f16d.zip |
Notes
Diffstat (limited to 'sys/dev/usb/usb_compat_linux.h')
-rw-r--r-- | sys/dev/usb/usb_compat_linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_compat_linux.h b/sys/dev/usb/usb_compat_linux.h index 38545d8be175..25a5bfb5d1e3 100644 --- a/sys/dev/usb/usb_compat_linux.h +++ b/sys/dev/usb/usb_compat_linux.h @@ -262,6 +262,7 @@ struct urb { uint8_t setup_dma; /* (in) not used on FreeBSD */ uint8_t transfer_dma; /* (in) not used on FreeBSD */ uint8_t bsd_isread; + uint8_t kill_count; /* FreeBSD specific */ struct usb_iso_packet_descriptor iso_frame_desc[]; /* (in) ISO ONLY */ }; |