xref: /kvmtool/include/kvm/builtin-debug.h (revision 0725673ad39930be912cfcb0600eb4d5f9188b14)
1 #ifndef KVM__DEBUG_H
2 #define KVM__DEBUG_H
3 
4 int kvm_cmd_debug(int argc, const char **argv, const char *prefix);
5 void kvm_debug_help(void);
6 
7 #endif
8