Changeset 60324 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- Apr 5, 2016 8:33:05 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106391
- Location:
- trunk/src/VBox/ValidationKit/utils/usb
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/usb/Makefile.kmk
r60303 r60324 46 46 UsbTestServiceCfg.cpp \ 47 47 UsbTestServiceGadgetCfg.cpp \ 48 UsbTestServiceGadgetHost.cpp \ 49 UsbTestServiceGadgetHostUsbIp.cpp \ 50 UsbTestServiceGadget.cpp \ 48 51 UsbTestServiceProtocol.cpp \ 49 52 UsbTestServiceTcp.cpp -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadget.h
r60303 r60324 34 34 35 35 /** Opaque gadget host handle. */ 36 typedef struct UTSGADGETHOSTINT UTSGADGETHOST;36 typedef struct UTSGADGETHOSTINT *UTSGADGETHOST; 37 37 /** Pointer to a gadget host handle. */ 38 38 typedef UTSGADGETHOST *PUTSGADGETHOST;
Note:
See TracChangeset
for help on using the changeset viewer.