summaryrefslogtreecommitdiff
path: root/include/qhy/download_fx3.h
blob: 28e634d88042d5fbe76f043c2c11c628de732780 (plain)
1
2
3
4
5
6
#ifndef _DOWNLOAD_FX3_
#define _DOWNLOAD_FX3_

int fx3_usbboot_download(libusb_device_handle *handle, char *filename);

#endif