1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 22:43:17 +02:00

tests: add more wrappers for libusb funcs

The patch adds wrappers for libusb functions that are used in the
ch341a programmer and have not yet been introduced.

Change-Id: Ic11efb9fd746cb91911dbe87e1c0028759f5bb0b
Signed-off-by: Alexander Goncharov <chat@joursoir.net>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/69872
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
This commit is contained in:
Alexander Goncharov
2022-11-20 11:18:00 +04:00
committed by Anastasia Klimchuk
parent de016a17f2
commit 571a9ac832
4 changed files with 66 additions and 0 deletions

View File

@ -55,6 +55,8 @@ typedef struct libusb_interface_descriptor libusb_interface_descriptor;
struct libusb_endpoint_descriptor;
typedef struct libusb_endpoint_descriptor libusb_endpoint_descriptor;
struct libusb_transfer;
#endif
#endif /* _USB_UNITTESTS_H_ */