blob: d04fdb252c43fe142d8f82bda1d7d86b9ffa8237 [file] [log] [blame]
Harald Weltef5e72642022-10-30 22:20:55 +01001#pragma once
2
3#include <stdint.h>
4
5struct idt82;
6struct libusb_device_handle;
7
8int idt82_usb_init(struct idt82 *idt, struct libusb_device_handle *devh, uint8_t ep);