cregit-Linux how code gets into the kernel

Release 4.10 tools/virtio/linux/bug.h

#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 */

Overall Contributors

PersonTokensPropCommitsCommitProp
rusty russellrusty russell27100.00%1100.00%
Total27100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.