]> Git Repo - linux.git/blob - arch/s390/pci/pci_kvm_hook.c
Merge patch series "riscv: Extension parsing fixes"
[linux.git] / arch / s390 / pci / pci_kvm_hook.c
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 <[email protected]>
7  */
8 #include <linux/kvm_host.h>
9
10 struct zpci_kvm_hook zpci_kvm_hook;
11 EXPORT_SYMBOL_GPL(zpci_kvm_hook);
This page took 0.029808 seconds and 4 git commands to generate.