summaryrefslogtreecommitdiff
path: root/include/qhy/download_fx2.h
blob: f3e4097b9a7cfd0c0b7a81307eabab3a6f19c079 (plain)
1
2
3
4
5
6
#ifndef _DOWNLOAD_FX2_
#define _DOWNLOAD_FX2_

int fx2_ram_download(libusb_device_handle *handle, char *filename, unsigned char vendor_command);

#endif