mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-09-04 04:31:27 +00:00
Rename kvm-[command] into builtin-[command] to prevent clashes with non-command files such as kvm-cpu.h Suggested-by: Pekka Enberg <penberg@kernel.org> Signed-off-by: Sasha Levin <levinsasha928@gmail.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
7 lines
122 B
C
7 lines
122 B
C
#ifndef __KVM_HELP_H__
|
|
#define __KVM_HELP_H__
|
|
|
|
int kvm_cmd_help(int argc, const char **argv, const char *prefix);
|
|
|
|
#endif
|