xref: /kernel/linux/linux-5.10/tools/include/linux/hardirq.h (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/tools/include/linux/
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

Indexes created Thu Nov 07 10:32:03 CST 2024