2025-02-16 12:18:36 +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:22:16 +01:00
|
|
|
bool solidigm_config_get_by_token_version(const json_object *obj, int key, int subkey, int subsubkey, json_object **value);
|