Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / tools / virtio / linux / bug.h
diff --git a/kernel/tools/virtio/linux/bug.h b/kernel/tools/virtio/linux/bug.h
new file mode 100644 (file)
index 0000000..fb94f07
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef BUG_H
+#define BUG_H
+
+#define BUG_ON(__BUG_ON_cond) assert(!(__BUG_ON_cond))
+
+#define BUILD_BUG_ON(x)
+
+#define BUG() abort()
+
+#endif /* BUG_H */