summaryrefslogtreecommitdiff
path: root/include/qhy/download_fx3.h
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2019-03-14 15:52:30 -0700
committeriximeow <me@iximeow.net>2019-03-14 15:52:30 -0700
commitfa1bb24f1f8aaf8e598a3bc53d90922e445fe59a (patch)
treec5f65b4cecd6376a3b99646679f9714d5f9213a2 /include/qhy/download_fx3.h
parent051a2e73d031475e08e37953007fbb7869515fb6 (diff)
add qhy headers.........
Diffstat (limited to 'include/qhy/download_fx3.h')
-rw-r--r--include/qhy/download_fx3.h6
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