diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-04-03 08:17:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-04-03 08:17:38 +0000 |
commit | d57675fc67455faf7c68d4003a1ce884779e2c7c (patch) | |
tree | 3becd19ea8eda8827e45bf9e627d580fe614be64 /nvme-print.h | |
parent | Releasing debian version 2.4-1. (diff) | |
download | nvme-cli-d57675fc67455faf7c68d4003a1ce884779e2c7c.tar.xz nvme-cli-d57675fc67455faf7c68d4003a1ce884779e2c7c.zip |
Merging upstream version 2.4+really2.3.
This reverts commit f42531334c05b7f49ae43c0a27e347a487fb2667.
Diffstat (limited to 'nvme-print.h')
-rw-r--r-- | nvme-print.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/nvme-print.h b/nvme-print.h index 7a4ceee..35a9aa8 100644 --- a/nvme-print.h +++ b/nvme-print.h @@ -148,12 +148,4 @@ const char *nvme_select_to_string(int sel); const char *nvme_feature_to_string(enum nvme_features_id feature); const char *nvme_register_to_string(int reg); -void nvme_dev_full_path(nvme_ns_t n, char *path, size_t len); -void nvme_generic_full_path(nvme_ns_t n, char *path, size_t len); -char *zone_type_to_string(__u8 cond); -char *zone_state_to_string(__u8 state); -const char *nvme_pel_event_to_string(int type); -const char *get_sanitize_log_sstat_status_str(__u16 status); -const char *nvme_ana_state_to_string(enum nvme_ana_state state); - #endif |