Linux Audio

Check our new training course

Loading...
v4.6
 
 1/*
 2 * s390 irqchip routines
 3 *
 4 * Copyright IBM Corp. 2014
 5 *
 6 * This program is free software; you can redistribute it and/or modify
 7 * it under the terms of the GNU General Public License (version 2 only)
 8 * as published by the Free Software Foundation.
 9 *
10 *    Author(s): Cornelia Huck <cornelia.huck@de.ibm.com>
11 */
12#ifndef __KVM_IRQ_H
13#define __KVM_IRQ_H
14
15#include <linux/kvm_host.h>
16
17static inline int irqchip_in_kernel(struct kvm *kvm)
18{
19	return 1;
20}
21
22#endif
v5.14.15
 1/* SPDX-License-Identifier: GPL-2.0 */
 2/*
 3 * s390 irqchip routines
 4 *
 5 * Copyright IBM Corp. 2014
 
 
 
 
 6 *
 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