1*b35f4c73SSean Christopherson /* SPDX-License-Identifier: GPL-2.0-only */
2*b35f4c73SSean Christopherson #ifndef SELFTEST_KVM_UCALL_H
3*b35f4c73SSean Christopherson #define SELFTEST_KVM_UCALL_H
4*b35f4c73SSean Christopherson 
5*b35f4c73SSean Christopherson #include "kvm_util_base.h"
6*b35f4c73SSean Christopherson 
7*b35f4c73SSean Christopherson static inline void ucall_arch_init(struct kvm_vm *vm, vm_paddr_t mmio_gpa)
8*b35f4c73SSean Christopherson {
9*b35f4c73SSean Christopherson }
10*b35f4c73SSean Christopherson 
11*b35f4c73SSean Christopherson #endif
12