]> Pileus Git - ~andy/linux/blob - tools/lib/lockdep/uinclude/linux/hardirq.h
liblockdep: Wrap kernel/locking/lockdep.c to allow usage from userspace
[~andy/linux] / tools / lib / lockdep / uinclude / linux / hardirq.h
1 #ifndef _LIBLOCKDEP_LINUX_HARDIRQ_H_
2 #define _LIBLOCKDEP_LINUX_HARDIRQ_H_
3
4 #define SOFTIRQ_BITS    0UL
5 #define HARDIRQ_BITS    0UL
6 #define SOFTIRQ_SHIFT   0UL
7 #define HARDIRQ_SHIFT   0UL
8 #define hardirq_count() 0UL
9 #define softirq_count() 0UL
10
11 #endif