1
0
Fork 0
nvme-cli/plugins/netapp/netapp-nvme.h
Daniel Baumann d975eb29d0
Merging upstream version 1.15.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-16 12:11:43 +01:00

18 lines
423 B
C

#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", NVME_VERSION),
COMMAND_LIST(
ENTRY("smdevices", "NetApp SMdevices", netapp_smdevices)
ENTRY("ontapdevices", "NetApp ONTAPdevices", netapp_ontapdevices)
)
);
#endif
#include "define_cmd.h"