blob: 19e07b65b394a46fb363da52727405694b313840 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
/*******************************************************************
* File automatically generated by rebuild_wrappers.py (v2.5.0.24) *
*******************************************************************/
#ifndef __wrappedlibusb1TYPES_H_
#define __wrappedlibusb1TYPES_H_
#ifndef LIBNAME
#error You should only #include this file inside a wrapped*.c file
#endif
#ifndef ADDED_FUNCTIONS
#define ADDED_FUNCTIONS()
#endif
typedef void (*vFp_t)(void*);
typedef int32_t (*iFp_t)(void*);
typedef void* (*pFi_t)(int32_t);
typedef int32_t (*iFpiiiiippp_t)(void*, int32_t, int32_t, int32_t, int32_t, int32_t, void*, void*, void*);
#define SUPER() ADDED_FUNCTIONS() \
GO(libusb_free_transfer, vFp_t) \
GO(libusb_cancel_transfer, iFp_t) \
GO(libusb_submit_transfer, iFp_t) \
GO(libusb_alloc_transfer, pFi_t) \
GO(libusb_hotplug_register_callback, iFpiiiiippp_t)
#endif // __wrappedlibusb1TYPES_H_
|