Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * s390 irqchip routines
0004  *
0005  * Copyright IBM Corp. 2014
0006  *
0007  *    Author(s): Cornelia Huck <cornelia.huck@de.ibm.com>
0008  */
0009 #ifndef __KVM_IRQ_H
0010 #define __KVM_IRQ_H
0011 
0012 #include <linux/kvm_host.h>
0013 
0014 static inline int irqchip_in_kernel(struct kvm *kvm)
0015 {
0016     return 1;
0017 }
0018 
0019 #endif