Import libsparse sources
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 4 Apr 2015 20:47:39 +0000 (22:47 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 4 Apr 2015 20:47:39 +0000 (22:47 +0200)
commite51257087e6c54d8274548ba26aad43857a75367
treea61787113d96ce89bbe2ed65bc3846eedb493487
parent58ace71d8c43d74a76ba8fd1938281ef2387e1eb
Import libsparse sources

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
20 files changed:
libsparse/Android.mk [new file with mode: 0644]
libsparse/append2simg.c [new file with mode: 0644]
libsparse/backed_block.c [new file with mode: 0644]
libsparse/backed_block.h [new file with mode: 0644]
libsparse/defs.h [new file with mode: 0644]
libsparse/img2simg.c [new file with mode: 0644]
libsparse/include/sparse/sparse.h [new file with mode: 0644]
libsparse/output_file.c [new file with mode: 0644]
libsparse/output_file.h [new file with mode: 0644]
libsparse/simg2img.c [new file with mode: 0644]
libsparse/simg2simg.c [new file with mode: 0644]
libsparse/simg_dump.py [new file with mode: 0755]
libsparse/sparse.c [new file with mode: 0644]
libsparse/sparse_crc32.c [new file with mode: 0644]
libsparse/sparse_crc32.h [new file with mode: 0644]
libsparse/sparse_defs.h [new file with mode: 0644]
libsparse/sparse_err.c [new file with mode: 0644]
libsparse/sparse_file.h [new file with mode: 0644]
libsparse/sparse_format.h [new file with mode: 0644]
libsparse/sparse_read.c [new file with mode: 0644]