diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-03-04 14:41:17 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-03-04 14:41:17 +0100 |
| commit | 9d65062d35381320c4b0b82b012936ecf97f8ba3 (patch) | |
| tree | a5666b024e6f8b67305c305fb8a7146b6ecd6cec /src/wrapped/generated/wrappedlibusb1types.h | |
| parent | 2bd78e25fd992f0e1f4f98d1ab0c2027d60def7f (diff) | |
| download | box64-9d65062d35381320c4b0b82b012936ecf97f8ba3.tar.gz box64-9d65062d35381320c4b0b82b012936ecf97f8ba3.zip | |
Various changes and improvement centered around steam (but still not good enough)
Diffstat (limited to 'src/wrapped/generated/wrappedlibusb1types.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibusb1types.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibusb1types.h b/src/wrapped/generated/wrappedlibusb1types.h new file mode 100644 index 00000000..8450870d --- /dev/null +++ b/src/wrapped/generated/wrappedlibusb1types.h @@ -0,0 +1,24 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.1.0.16) * + *******************************************************************/ +#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 int64_t (*iFp_t)(void*); +typedef void* (*pFi_t)(int64_t); +typedef int64_t (*iFpiiiiippp_t)(void*, int64_t, int64_t, int64_t, int64_t, int64_t, void*, void*, void*); + +#define SUPER() ADDED_FUNCTIONS() \ + 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_ |