xref: /kvmtool/include/kvm/builtin-stat.h (revision 1edf423a1da01fd89d66940ab165ed0b24a1eee3)
1 #ifndef KVM__STAT_H
2 #define KVM__STAT_H
3 
4 #include <kvm/util.h>
5 
6 int kvm_cmd_stat(int argc, const char **argv, const char *prefix);
7 void kvm_stat_help(void) NORETURN;
8 
9 #endif
10