diff options
Diffstat (limited to 'include/qhy/download_fx3.h')
-rw-r--r-- | include/qhy/download_fx3.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/qhy/download_fx3.h b/include/qhy/download_fx3.h new file mode 100644 index 0000000..28e634d --- /dev/null +++ b/include/qhy/download_fx3.h @@ -0,0 +1,6 @@ +#ifndef _DOWNLOAD_FX3_ +#define _DOWNLOAD_FX3_ + +int fx3_usbboot_download(libusb_device_handle *handle, char *filename); + +#endif |