mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
TFTP support (Magnus Damm)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1050 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
60e336dbb8
commit
c7f746434f
7 changed files with 395 additions and 1 deletions
|
@ -210,6 +210,7 @@ int inet_aton _P((const char *cp, struct in_addr *ia));
|
|||
#endif
|
||||
|
||||
#include "bootp.h"
|
||||
#include "tftp.h"
|
||||
#include "libslirp.h"
|
||||
|
||||
extern struct ttys *ttys_unit[MAX_INTERFACES];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue