Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
83c0fb6500b13c9b7564fe453b76356dc58415d4
/
.
/
arch
/
arm
/
mach-shmobile
/
include
/
mach
/
irqs.h
blob: 5179b72e1ee3d04186f2cfba7d675778853735ae [
file
] [
log
] [
blame
]
#ifndef
__ASM_MACH_IRQS_H
#define
__ASM_MACH_IRQS_H
#define
NR_IRQS
512
#define
NR_IRQS_LEGACY
8
#define
evt2irq
(
evt
)
(((
evt
)
>>
5
)
-
16
)
#define
irq2evt
(
irq
)
(((
irq
)
+
16
)
<<
5
)
#endif
/* __ASM_MACH_IRQS_H */