software: put network code in a library
authorSebastien Bourdeauducq <sebastien@milkymist.org>
Tue, 30 Apr 2013 22:12:13 +0000 (00:12 +0200)
committerSebastien Bourdeauducq <sebastien@milkymist.org>
Tue, 30 Apr 2013 22:12:13 +0000 (00:12 +0200)
commit2e3c2611a660daf5a846f5eba844ab65f688f7cf
tree329d98dbfdd868a29bd754d5fddba8c13fb0cc36
parent8222ee7f46ef53775dd319b9e82352c1281158cf
software: put network code in a library
12 files changed:
software/bios/Makefile
software/bios/boot.c
software/bios/main.c
software/bios/microudp.c [deleted file]
software/bios/microudp.h [deleted file]
software/bios/tftp.c [deleted file]
software/bios/tftp.h [deleted file]
software/include/net/microudp.h [new file with mode: 0644]
software/include/net/tftp.h [new file with mode: 0644]
software/libnet/Makefile [new file with mode: 0644]
software/libnet/microudp.c [new file with mode: 0644]
software/libnet/tftp.c [new file with mode: 0644]