Adding upstream version 1.14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ac60c09ef6
commit
2066c5b305
305 changed files with 20664 additions and 6099 deletions
24
plugins/ymtc/ymtc-nvme.h
Normal file
24
plugins/ymtc/ymtc-nvme.h
Normal file
|
@ -0,0 +1,24 @@
|
|||
#undef CMD_INC_FILE
|
||||
#define CMD_INC_FILE plugins/ymtc/ymtc-nvme
|
||||
|
||||
#if !defined(YMTC_NVME) || defined(CMD_HEADER_MULTI_READ)
|
||||
#define YMTC_NVME
|
||||
|
||||
#include "cmd.h"
|
||||
#include "common.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
PLUGIN(NAME("ymtc", "Ymtc vendor specific extensions"),
|
||||
COMMAND_LIST(
|
||||
ENTRY("smart-log-add", "Retrieve Ymtc SMART Log, show it", get_additional_smart_log)
|
||||
)
|
||||
);
|
||||
|
||||
#endif
|
||||
|
||||
#include "define_cmd.h"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue