]> Git Repo - linux.git/blob - arch/s390/kvm/irq.h
spi: dw: Unmask IRQs after enabling the chip
[linux.git] / arch / s390 / kvm / irq.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * s390 irqchip routines
4  *
5  * Copyright IBM Corp. 2014
6  *
7  *    Author(s): Cornelia Huck <[email protected]>
8  */
9 #ifndef __KVM_IRQ_H
10 #define __KVM_IRQ_H
11
12 #include <linux/kvm_host.h>
13
14 static inline int irqchip_in_kernel(struct kvm *kvm)
15 {
16         return 1;
17 }
18
19 #endif
This page took 0.032884 seconds and 4 git commands to generate.