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