Merge tag 'pm-6.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[linux-block.git] / arch / s390 / pci / pci_kvm_hook.c
CommitLineData
ca922fec
PM
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#include <linux/kvm_host.h>
9
10struct zpci_kvm_hook zpci_kvm_hook;
11EXPORT_SYMBOL_GPL(zpci_kvm_hook);