Merge tag 'gpio-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux...
[linux-2.6-block.git] / tools / include / linux / hardirq.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
5634bd7d
SL
2#ifndef _LIBLOCKDEP_LINUX_HARDIRQ_H_
3#define _LIBLOCKDEP_LINUX_HARDIRQ_H_
4
5#define SOFTIRQ_BITS 0UL
6#define HARDIRQ_BITS 0UL
7#define SOFTIRQ_SHIFT 0UL
8#define HARDIRQ_SHIFT 0UL
9#define hardirq_count() 0UL
10#define softirq_count() 0UL
11
12#endif