package embox.lib

module tftp {
	option string log_level="LOG_NONE"

	source "tftp.c"

	@IncludeExport(path="lib")
	source "tftp.h"

	//@NoRuntime depends embox.compat.libc.stdio.all
	@NoRuntime depends embox.compat.libc.str
	@NoRuntime depends embox.net.udp
	@NoRuntime depends embox.net.udp_sock
}
