Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
0a377cff9428af2da2b293d11e07bc4dbf064ee5
/
.
/
arch
/
arm
/
mach-shmobile
/
include
/
mach
/
irqs.h
blob: 132256bb8c817b1b5ab9aa08cd1af7875b22ca00 [
file
] [
log
] [
blame
]
#ifndef
__ASM_MACH_IRQS_H
#define
__ASM_MACH_IRQS_H
#define
NR_IRQS
512
#define
evt2irq
(
evt
)
(((
evt
)
>>
5
)
-
16
)
#define
irq2evt
(
irq
)
(((
irq
)
+
16
)
<<
5
)
#endif
/* __ASM_MACH_IRQS_H */