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