Linux 4.16-rc1
[cris-mirror.git] / tools / include / linux / hardirq.h
blobb25580b6a9be40de6b6a74e8e999bed22b3dd6f6
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LIBLOCKDEP_LINUX_HARDIRQ_H_
3 #define _LIBLOCKDEP_LINUX_HARDIRQ_H_
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
12 #endif