summaryrefslogtreecommitdiff
path: root/include/qhy/download_fx2.h
diff options
context:
space:
mode:
authorAndy Wortman <ixineeringeverywhere@gmail.com>2019-03-14 15:52:30 -0700
committerAndy Wortman <ixineeringeverywhere@gmail.com>2019-03-14 15:52:30 -0700
commit9a607474bdd66dd716635cfed7f2c832c39b4523 (patch)
treec5f65b4cecd6376a3b99646679f9714d5f9213a2 /include/qhy/download_fx2.h
parentac7604616ab2e44ad12a9d8d5dd90dec15feb5cc (diff)
add qhy headers.........
Diffstat (limited to 'include/qhy/download_fx2.h')
-rw-r--r--include/qhy/download_fx2.h6
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