mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
10 lines
207 B
C
10 lines
207 B
C
|
#undef IRQ_DISABLE
|
||
|
#undef IRQ_ENABLE
|
||
|
#undef IRQ_ENTER
|
||
|
#undef IRQ_EXIT
|
||
|
|
||
|
#define IRQ_ENABLE HARDIRQ_ENABLE
|
||
|
#define IRQ_DISABLE HARDIRQ_DISABLE
|
||
|
#define IRQ_ENTER HARDIRQ_ENTER
|
||
|
#define IRQ_EXIT HARDIRQ_EXIT
|