/* * s390 irqchip routines * * Copyright IBM Corp. 2014 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License (version 2 only) * as published by the Free Software Foundation. * * Author(s): Cornelia Huck */ #ifndef __KVM_IRQ_H #define __KVM_IRQ_H #include static inline int irqchip_in_kernel(struct kvm *kvm) { return 1; } #endif