summaryrefslogtreecommitdiff
path: root/include/vsc7385.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/vsc7385.h')
-rw-r--r--include/vsc7385.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/vsc7385.h b/include/vsc7385.h
new file mode 100644
index 0000000000..0432499581
--- /dev/null
+++ b/include/vsc7385.h
@@ -0,0 +1,13 @@
+/*
+ * Header file for vsc7385.c
+ *
+ * Author: Timur Tabi <timur@freescale.com>
+ *
+ * Copyright 2008 Freescale Semiconductor, Inc. This file is licensed
+ * under the terms of the GNU General Public License version 2. This
+ * program is licensed "as is" without any warranty of any kind, whether
+ * express or implied.
+ */
+
+int vsc7385_upload_firmware(void *firmware, unsigned int size);
+