1
0
Fork 0
nvme-cli/cmd.h
Daniel Baumann 316e846c86
Merging upstream version 2.1~rc0 (Closes: #1015722).
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-16 12:16:19 +01:00

11 lines
173 B
C

/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef _CMD_H
#define _CMD_H
#undef PLUGIN
#define PLUGIN(n, c)
#undef COMMAND_LIST
#define COMMAND_LIST(args...)
#endif