Adding upstream version 1.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
3b95ae912c
commit
ac60c09ef6
457 changed files with 159628 additions and 0 deletions
20
plugins/toshiba/toshiba-nvme.h
Normal file
20
plugins/toshiba/toshiba-nvme.h
Normal file
|
@ -0,0 +1,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"),
|
||||
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"
|
Loading…
Add table
Add a link
Reference in a new issue