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/shannon/shannon-nvme.h
Normal file
20
plugins/shannon/shannon-nvme.h
Normal file
|
@ -0,0 +1,20 @@
|
|||
#undef CMD_INC_FILE
|
||||
#define CMD_INC_FILE plugins/shannon/shannon-nvme
|
||||
|
||||
#if !defined(SHANNON_NVME) || defined(CMD_HEADER_MULTI_READ)
|
||||
#define SHANNON_NVME
|
||||
|
||||
#include "cmd.h"
|
||||
|
||||
PLUGIN(NAME("shannon", "Shannon vendor specific extensions"),
|
||||
COMMAND_LIST(
|
||||
ENTRY("smart-log-add", "Retrieve Shannon SMART Log, show it", get_additional_smart_log)
|
||||
ENTRY("get-feature-add", "Get Shannon feature and show the resulting value", get_additional_feature)
|
||||
ENTRY("set-feature-add", "Set a Shannon feature and show the resulting value", set_additional_feature)
|
||||
ENTRY("id-ctrl", "Shannon NVMe Identify Controller", shannon_id_ctrl)
|
||||
)
|
||||
);
|
||||
|
||||
#endif
|
||||
|
||||
#include "define_cmd.h"
|
Loading…
Add table
Add a link
Reference in a new issue