media: videobuf2: don't use kernel-doc "/**" markups
[linux/fpc-iii.git] / arch / s390 / kvm / irq.h
blobd98e4159643df457a4dfeb50e93ab77d53291698
1 /*
2 * s390 irqchip routines
4 * Copyright IBM Corp. 2014
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.
10 * Author(s): Cornelia Huck <cornelia.huck@de.ibm.com>
12 #ifndef __KVM_IRQ_H
13 #define __KVM_IRQ_H
15 #include <linux/kvm_host.h>
17 static inline int irqchip_in_kernel(struct kvm *kvm)
19 return 1;
22 #endif