xref: /aosp_15_r20/external/strace/tests/ioctl_kvm_run.c (revision cf84ac9a129d8ea9952db616b4e9b904c4bdde56)
1 #include "ioctl_kvm_run_common.c"
2 
3 #if need_print_KVM_RUN
4 
5 static void
print_KVM_RUN(const int fd,const char * const dev,const unsigned int reason)6 print_KVM_RUN(const int fd, const char *const dev, const unsigned int reason)
7 {
8 	printf("ioctl(%d<%s>, KVM_RUN, 0) = 0\n", fd, dev);
9 }
10 
11 #endif
12