]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
util: Move common type conversion helpers into util section
authorDaniel Wagner <dwagner@suse.de>
Wed, 7 Sep 2022 09:05:03 +0000 (11:05 +0200)
committerDaniel Wagner <dwagner@suse.de>
Wed, 7 Sep 2022 09:27:26 +0000 (11:27 +0200)
commita3ce373405ac9f436fde7fbdf88d933e7dcf6b4f
tree5578c6fba7e91abb3282ad67c7ecf4042ff949d5
parent5460b51f8d8413a6cd5318216908263073709abd
util: Move common type conversion helpers into util section

These helpers are useful not just in the core code. Allow plugins
to use these too.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
nvme-print.c
nvme-print.h
util/meson.build
util/types.c [new file with mode: 0644]
util/types.h [new file with mode: 0644]