Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / tools / virtio / linux / bug.h
blobfb94f0787c47fe46afa325428ac7ac9a1e9f717e
1 #ifndef BUG_H
2 #define BUG_H
4 #define BUG_ON(__BUG_ON_cond) assert(!(__BUG_ON_cond))
6 #define BUILD_BUG_ON(x)
8 #define BUG() abort()
10 #endif /* BUG_H */