summaryrefslogtreecommitdiffstats
path: root/plugins/ymtc/ymtc-nvme.h
blob: 739fd374489f38667769776da7081a5a349f01c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"