blob: d79452cbcc871baf9e9e9e9c33c6f1303e130dfd (
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 sldgm_ocp_version(int argc, char **argv, struct command *cmd, struct plugin *plugin);
|