summaryrefslogtreecommitdiffstats
path: root/plugins/netapp/netapp-nvme.h
blob: d4eebd6eca88d03b47039a501dfe43abf67adfbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#undef CMD_INC_FILE
#define CMD_INC_FILE plugins/netapp/netapp-nvme

#if !defined(NETAPP_NVME) || defined(CMD_HEADER_MULTI_READ)
#define NETAPP_NVME

#include "cmd.h"

PLUGIN(NAME("netapp", "NetApp vendor specific extensions"),
	COMMAND_LIST(
		ENTRY("smdevices", "NetApp SMdevices", netapp_smdevices)
		ENTRY("ontapdevices", "NetApp ONTAPdevices", netapp_ontapdevices)
	)
);

#endif

#include "define_cmd.h"