hw/misc/mps2-fpgaio: Make number of LEDs configurable by board
[qemu/ar7.git] / contrib / elf2dmp / download.h
blob5c274925f7aab35a4cacb019c3dacc6fa72eab84
1 /*
2 * Copyright (c) 2018 Virtuozzo International GmbH
4 * This work is licensed under the terms of the GNU GPL, version 2 or later.
6 */
8 #ifndef DOWNLOAD_H
9 #define DOWNLOAD_H
11 int download_url(const char *name, const char *url);
13 #endif /* DOWNLOAD_H */