11 lines
173 B
C
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
|