]> www.infradead.org Git - mtd-utils.git/commit
ubifs-utils: Add linux hexdump implementations lib
authorZhihao Cheng <chengzhihao1@huawei.com>
Mon, 11 Nov 2024 08:36:52 +0000 (16:36 +0800)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Mon, 11 Nov 2024 09:32:45 +0000 (10:32 +0100)
commit008d2cad386862ce0f0abb20df291a3d29313b96
tree8795078791faeb1df83eccef82a0bff1008d04ed
parent24f4d8abd9fc7f8e90c0f1d2a652cb8ea790d54c
ubifs-utils: Add linux hexdump implementations lib

Add linux hexdump implementations lib, because function print_hex_dump()
is used in UBIFS linux kernel libs.

This is a preparation for replacing implementation of UBIFS utils with
linux kernel libs.

Signed-off-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
ubifs-utils/Makemodule.am
ubifs-utils/common/defs.h
ubifs-utils/common/hexdump.c [new file with mode: 0644]