Merging upstream version 2.5.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
3d70d3c76b
commit
ee6621a5b2
507 changed files with 19440 additions and 17258 deletions
|
@ -7,7 +7,13 @@
|
|||
#include <stdbool.h>
|
||||
#include "util/json.h"
|
||||
|
||||
bool solidigm_config_get_by_token_version(const struct json_object *obj,
|
||||
#define STR_HEX32_SIZE sizeof("0x00000000")
|
||||
|
||||
bool solidigm_config_get_struct_by_token_version(const struct json_object *obj,
|
||||
int key, int subkey,
|
||||
int subsubkey,
|
||||
struct json_object **value);
|
||||
|
||||
const char *solidigm_config_get_nlog_obj_name(const struct json_object *config, uint32_t token);
|
||||
struct json_object *solidigm_config_get_nlog_formats(const struct json_object *config);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue