xref: /rk3399_rockchip-uboot/include/vsc7385.h (revision 656e6cc86b96be88f99f6f3ef1df3ef3122a8766)
1 /*
2  * Header file for vsc7385.c
3  *
4  * Author: Timur Tabi <timur@freescale.com>
5  *
6  * Copyright 2008 Freescale Semiconductor, Inc.  This file is licensed
7  * under the terms of the GNU General Public License version 2.  This
8  * program is licensed "as is" without any warranty of any kind, whether
9  * express or implied.
10  */
11 
12 int vsc7385_upload_firmware(void *firmware, unsigned int size);
13