xref: /linux/tools/testing/selftests/kvm/include/proc_util.h (revision 362cc00162499413d720fd1c9dfcf1fbba762e9b)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 #ifndef SELFTEST_KVM_PROC_UTIL_H
3 #define SELFTEST_KVM_PROC_UTIL_H
4 
5 #include <stdint.h>
6 
7 unsigned int vfio_msix_to_host_irq(const char *vfio_device_bdf, int msix);
8 
9 #endif /* SELFTEST_KVM_PROC_UTIL_H */
10