Linux 4.19-rc7
[linux-2.6/btrfs-unstable.git] / tools / virtio / linux / bug.h
blobb14c2c3b6b85782d67c74ec9d01aa83e1207a84e
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef BUG_H
3 #define BUG_H
5 #define BUG_ON(__BUG_ON_cond) assert(!(__BUG_ON_cond))
7 #define BUILD_BUG_ON(x)
9 #define BUG() abort()
11 #endif /* BUG_H */