1
0
Fork 0

Adding upstream version 2.4+really2.3.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 12:22:01 +01:00
parent 69f45f5c7c
commit 85727a4155
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
458 changed files with 5141 additions and 7138 deletions

View file

@ -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