blob: 484608c71dd01185b88f9db1a11e3f523bcefebf [file] [log] [blame]
Greg Kroah-Hartmand809aa22017-11-24 15:00:33 +01001/* SPDX-License-Identifier: GPL-2.0 */
Cornelia Huck84223592013-07-15 13:36:01 +02002/*
3 * s390 irqchip routines
4 *
5 * Copyright IBM Corp. 2014
6 *
Cornelia Huck84223592013-07-15 13:36:01 +02007 * 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