mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-08-21 21:07:20 +00:00
2a24f96d64
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
|