]> Git Repo - qemu.git/blob - contrib/elf2dmp/download.h
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / contrib / elf2dmp / download.h
1 /*
2  * Copyright (c) 2018 Virtuozzo International GmbH
3  *
4  * This work is licensed under the terms of the GNU GPL, version 2 or later.
5  *
6  */
7
8 #ifndef DOWNLOAD_H
9 #define DOWNLOAD_H
10
11 int download_url(const char *name, const char *url);
12
13 #endif /* DOWNLOAD_H */
This page took 0.029756 seconds and 4 git commands to generate.