18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef _LIBLOCKDEP_LINUX_HARDIRQ_H_
38c2ecf20Sopenharmony_ci#define _LIBLOCKDEP_LINUX_HARDIRQ_H_
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#define SOFTIRQ_BITS	0UL
68c2ecf20Sopenharmony_ci#define HARDIRQ_BITS	0UL
78c2ecf20Sopenharmony_ci#define SOFTIRQ_SHIFT	0UL
88c2ecf20Sopenharmony_ci#define HARDIRQ_SHIFT	0UL
98c2ecf20Sopenharmony_ci#define hardirq_count()	0UL
108c2ecf20Sopenharmony_ci#define softirq_count()	0UL
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#endif
13