xref: /linux/tools/testing/selftests/kvm/include/x86_64/ucall.h (revision f4b0c4b508364fde023e4f7b9f23f7e38c663dfe)
1b35f4c73SSean Christopherson /* SPDX-License-Identifier: GPL-2.0-only */
2b35f4c73SSean Christopherson #ifndef SELFTEST_KVM_UCALL_H
3b35f4c73SSean Christopherson #define SELFTEST_KVM_UCALL_H
4b35f4c73SSean Christopherson 
5*2b7deea3SSean Christopherson #include "kvm_util.h"
6b35f4c73SSean Christopherson 
7edb5b700SSean Christopherson #define UCALL_EXIT_REASON       KVM_EXIT_IO
8edb5b700SSean Christopherson 
ucall_arch_init(struct kvm_vm * vm,vm_paddr_t mmio_gpa)9b35f4c73SSean Christopherson static inline void ucall_arch_init(struct kvm_vm *vm, vm_paddr_t mmio_gpa)
10b35f4c73SSean Christopherson {
11b35f4c73SSean Christopherson }
12b35f4c73SSean Christopherson 
13b35f4c73SSean Christopherson #endif
14