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