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/transcend/transcend-nvme.h
Normal file
20
plugins/transcend/transcend-nvme.h
Normal file
|
@ -0,0 +1,20 @@
|
|||
#undef CMD_INC_FILE
|
||||
#define CMD_INC_FILE plugins/transcend/transcend-nvme
|
||||
|
||||
#if !defined(TRANSCEND_NVME) || defined(CMD_HEADER_MULTI_READ)
|
||||
#define TRANSCEND_NVME
|
||||
|
||||
#include "cmd.h"
|
||||
|
||||
|
||||
PLUGIN(NAME("transcend", "Transcend vendor specific extensions"),
|
||||
COMMAND_LIST(
|
||||
ENTRY("healthvalue", "NVME health percentage", getHealthValue)
|
||||
ENTRY("badblock", "Get NVME bad block number", getBadblock)
|
||||
|
||||
)
|
||||
);
|
||||
|
||||
#endif
|
||||
|
||||
#include "define_cmd.h"
|
Loading…
Add table
Add a link
Reference in a new issue