2025-02-16 12:17:56 +01:00
|
|
|
/* SPDX-License-Identifier: MIT */
|
|
|
|
/*
|
|
|
|
* Copyright (c) 2022 Solidigm.
|
|
|
|
*
|
|
|
|
* Author: leonardo.da.cunha@solidigm.com
|
|
|
|
*/
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include "util/json.h"
|
|
|
|
|
2025-02-16 12:23:04 +01:00
|
|
|
bool solidigm_config_get_by_token_version(const struct json_object *obj,
|
|
|
|
int key, int subkey,
|
|
|
|
int subsubkey,
|
|
|
|
struct json_object **value);
|