diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/vsc7385.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/vsc7385.h b/include/vsc7385.h new file mode 100644 index 00000000000..04324995818 --- /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); + |