xref: /linux/arch/s390/pci/pci_kvm_hook.c (revision 260f6f4fda93c8485c8037865c941b42b9cba5d2)
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3  * VFIO ZPCI devices support
4  *
5  * Copyright (C) IBM Corp. 2022.  All rights reserved.
6  *	Author(s): Pierre Morel <pmorel@linux.ibm.com>
7  */
8 
9 #include <linux/kvm_host.h>
10 #include <linux/export.h>
11 
12 struct zpci_kvm_hook zpci_kvm_hook;
13 EXPORT_SYMBOL_GPL(zpci_kvm_hook);
14