]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/s390/kvm/irq.h
Merge tag 'powerpc-4.15-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[mirror_ubuntu-bionic-kernel.git] / arch / s390 / kvm / irq.h
CommitLineData
d809aa23 1/* SPDX-License-Identifier: GPL-2.0 */
84223598
CH
2/*
3 * s390 irqchip routines
4 *
5 * Copyright IBM Corp. 2014
6 *
84223598
CH
7 * Author(s): Cornelia Huck <cornelia.huck@de.ibm.com>
8 */
9#ifndef __KVM_IRQ_H
10#define __KVM_IRQ_H
11
12#include <linux/kvm_host.h>
13
14static inline int irqchip_in_kernel(struct kvm *kvm)
15{
16 return 1;
17}
18
19#endif