From 9e80202352dd49bdd9e67b8b906d86f058431505 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 11 May 2019 15:12:49 -0500 Subject: Initial import of abandoned HQEMU version 2.5.2 --- src/roms/u-boot/include/vsc7385.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/roms/u-boot/include/vsc7385.h (limited to 'src/roms/u-boot/include/vsc7385.h') diff --git a/src/roms/u-boot/include/vsc7385.h b/src/roms/u-boot/include/vsc7385.h new file mode 100644 index 0000000..fceb078 --- /dev/null +++ b/src/roms/u-boot/include/vsc7385.h @@ -0,0 +1,12 @@ +/* + * Header file for vsc7385.c + * + * Author: Timur Tabi + * + * 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); -- cgit v1.1