USB: Move usb_iso_packet_descriptor to a separate header.

The USB Kit uses it, so this allows the USB Kit to stop including
USB3.h.

Change-Id: Ifde025ec41bef92013fda0440d60b7216cfdbe4a
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4413
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
Augustin Cavalier
2021-09-02 16:00:17 +00:00
committed by waddlesplash
parent 9ac8709cef
commit e755ecb584
3 changed files with 21 additions and 7 deletions
+1 -1
View File
@@ -6,8 +6,8 @@
#define _USBKIT_H
#include <SupportDefs.h>
#include <USB3.h>
#include <USB_spec.h>
#include <USB_isochronous.h>
class BUSBRoster;