![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * irq.h: in kernel interrupt controller related definitions 0004 * Copyright (c) 2016 Red Hat, Inc. 0005 * 0006 * This header is included by irqchip.c. However, on ARM, interrupt 0007 * controller declarations are located in include/kvm/arm_vgic.h since 0008 * they are mostly shared between arm and arm64. 0009 */ 0010 0011 #ifndef __IRQ_H 0012 #define __IRQ_H 0013 0014 #include <kvm/arm_vgic.h> 0015 0016 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |