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