summaryrefslogtreecommitdiffstats
path: root/plugins/toshiba/toshiba-nvme.h
blob: ebd7575fab40c3c61c93ef986efff950b4303e82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#undef CMD_INC_FILE
#define CMD_INC_FILE plugins/toshiba/toshiba-nvme

#if !defined(TOSHIBA_NVME) || defined(CMD_HEADER_MULTI_READ)
#define TOSHIBA_NVME

#include "cmd.h"
#include "plugin.h"

PLUGIN(NAME("toshiba", "Toshiba NVME plugin", NVME_VERSION),
    COMMAND_LIST(
			ENTRY("vs-smart-add-log", "Extended SMART information", vendor_log)
			ENTRY("vs-internal-log", "Get Internal Log", internal_log)
			ENTRY("clear-pcie-correctable-errors", "Clear PCIe correctable error count", clear_correctable_errors)
    )
);

#endif

#include "define_cmd.h"