repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git]
/
tools
/
virtio
/
linux
/
bug.h
blob
fb94f0787c47fe46afa325428ac7ac9a1e9f717e
1
#ifndef BUG_H
2
#define BUG_H
3
4
#define BUG_ON(__BUG_ON_cond) assert(!(__BUG_ON_cond))
5
6
#define BUILD_BUG_ON(x)
7
8
#define BUG() abort()
9
10
#endif
/* BUG_H */