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