package embox.fs

module fs_driver {
	option string log_level="LOG_NONE"

	source "fs_driver.c"

	@IncludeExport(path="fs")
	source "fs_driver.h"
}
