]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
ccan: Add ccan/list
authorDaniel Wagner <dwagner@suse.de>
Thu, 21 Oct 2021 11:49:11 +0000 (13:49 +0200)
committerDaniel Wagner <dwagner@suse.de>
Fri, 22 Oct 2021 07:56:18 +0000 (09:56 +0200)
commit6918764d4b1010ba252fa7d3733adb3ea278b729
treedeb1fac52c55da87dd77fbd4fbc73f800457e9dd
parent79bdcbd0935bd531716aff97e065a9fbe4f16278
ccan: Add ccan/list

In order to be able to revert cf2ab19f1881 ("nvme-print: Use array
array instead of ccan/list") we need to add the list helper from ccan.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
19 files changed:
ccan/ccan/check_type/LICENSE [new symlink]
ccan/ccan/check_type/_info [new file with mode: 0644]
ccan/ccan/check_type/check_type.h [new file with mode: 0644]
ccan/ccan/container_of/LICENSE [new symlink]
ccan/ccan/container_of/_info [new file with mode: 0644]
ccan/ccan/container_of/container_of.h [new file with mode: 0644]
ccan/ccan/list/LICENSE [new symlink]
ccan/ccan/list/_info [new file with mode: 0644]
ccan/ccan/list/list.c [new file with mode: 0644]
ccan/ccan/list/list.h [new file with mode: 0644]
ccan/ccan/str/LICENSE [new symlink]
ccan/ccan/str/_info [new file with mode: 0644]
ccan/ccan/str/debug.c [new file with mode: 0644]
ccan/ccan/str/str.c [new file with mode: 0644]
ccan/ccan/str/str.h [new file with mode: 0644]
ccan/ccan/str/str_debug.h [new file with mode: 0644]
ccan/licenses/BSD-MIT [new file with mode: 0644]
ccan/meson.build [new file with mode: 0644]
meson.build