From dc3f3471f8a00ce0c8fb4cbf2a31e299696f3bbc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 31 Jan 2023 05:13:00 +0100 Subject: Adding upstream version 2.3. Signed-off-by: Daniel Baumann --- nvme-print.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'nvme-print.h') diff --git a/nvme-print.h b/nvme-print.h index f30f63e..35a9aa8 100644 --- a/nvme-print.h +++ b/nvme-print.h @@ -132,6 +132,17 @@ void json_nvme_finish_zone_list(__u64 nr_zones, struct json_object *zone_list); void nvme_show_list_item(nvme_ns_t n); +void nvme_show_fdp_configs(struct nvme_fdp_config_log *configs, size_t len, + enum nvme_print_flags flags); +void nvme_show_fdp_stats(struct nvme_fdp_stats_log *log, + enum nvme_print_flags flags); +void nvme_show_fdp_events(struct nvme_fdp_events_log *log, + enum nvme_print_flags flags); +void nvme_show_fdp_usage(struct nvme_fdp_ruhu_log *log, size_t len, + enum nvme_print_flags flags); +void nvme_show_fdp_ruh_status(struct nvme_fdp_ruh_status *status, size_t len, + enum nvme_print_flags flags); + const char *nvme_cmd_to_string(int admin, __u8 opcode); const char *nvme_select_to_string(int sel); const char *nvme_feature_to_string(enum nvme_features_id feature); -- cgit v1.2.3