summaryrefslogtreecommitdiffstats
path: root/plugins/solidigm/solidigm-log-page-dir.h
blob: 48777df7d8b30740c563580439c3258ebeef788f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Copyright (c) 2023 Solidigm.
 *
 * Authors: karl.dedow@solidigm.com
 */

#ifndef SOLIDIGM_LOG_PAGE_DIRECTORY_H
#define SOLIDIGM_LOG_PAGE_DIRECTORY_H

struct command;
struct plugin;

int solidigm_get_log_page_directory_log(int argc, char **argv, struct command *cmd,
					struct plugin *plugin);

#endif