Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
7b60a18da393ed70db043a777fd9e6d5363077c4
/
.
/
arch
/
x86
/
include
/
asm
/
irq_controller.h
blob: 423bbbddf36d35c02cd50f92636aafc82a2b684a [
file
] [
log
] [
blame
]
#ifndef
__IRQ_CONTROLLER__
#define
__IRQ_CONTROLLER__
struct
irq_domain
{
int
(*
xlate
)(
struct
irq_domain
*
h
,
const
u32
*
intspec
,
u32 intsize
,
u32
*
out_hwirq
,
u32
*
out_type
);
void
*
priv
;
struct
device_node
*
controller
;
struct
list_head l
;
};
#endif