Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * VFIO ZPCI devices support
0004  *
0005  * Copyright (C) IBM Corp. 2022.  All rights reserved.
0006  *  Author(s): Pierre Morel <pmorel@linux.ibm.com>
0007  */
0008 #include <linux/kvm_host.h>
0009 
0010 struct zpci_kvm_hook zpci_kvm_hook;
0011 EXPORT_SYMBOL_GPL(zpci_kvm_hook);