18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#undef IRQ_DISABLE
38c2ecf20Sopenharmony_ci#undef IRQ_ENABLE
48c2ecf20Sopenharmony_ci#undef IRQ_ENTER
58c2ecf20Sopenharmony_ci#undef IRQ_EXIT
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#define IRQ_DISABLE		SOFTIRQ_DISABLE
88c2ecf20Sopenharmony_ci#define IRQ_ENABLE		SOFTIRQ_ENABLE
98c2ecf20Sopenharmony_ci#define IRQ_ENTER		SOFTIRQ_ENTER
108c2ecf20Sopenharmony_ci#define IRQ_EXIT		SOFTIRQ_EXIT
11