xref: /kvmtool/include/kvm/builtin-sandbox.h (revision 3c29e2aabd59b4ed6eb9a4495224dd8eede138de)
1 #ifndef KVM__SANDBOX_H
2 #define KVM__SANDBOX_H
3 
4 int kvm_cmd_sandbox(int argc, const char **argv, const char *prefix);
5 
6 #endif
7