aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/include/linux/hardirq.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/include/linux/hardirq.h')
-rw-r--r--tools/include/linux/hardirq.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/include/linux/hardirq.h b/tools/include/linux/hardirq.h
new file mode 100644
index 000000000000..c8f3f8f58729
--- /dev/null
+++ b/tools/include/linux/hardirq.h
@@ -0,0 +1,11 @@
+#ifndef _LIBLOCKDEP_LINUX_HARDIRQ_H_
+#define _LIBLOCKDEP_LINUX_HARDIRQ_H_
+
+#define SOFTIRQ_BITS 0UL
+#define HARDIRQ_BITS 0UL
+#define SOFTIRQ_SHIFT 0UL
+#define HARDIRQ_SHIFT 0UL
+#define hardirq_count() 0UL
+#define softirq_count() 0UL
+
+#endif