blob: 801af246c7237f427377414c9c0f2c01c3fdafb1 (
plain)
1
2
3
4
5
6
7
8
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright (c) 2023 Solidigm.
*
* Author: leonardo.da.cunha@solidigm.com
*/
int solidigm_get_internal_log(int argc, char **argv, struct command *cmd, struct plugin *plugin);
|