cregit-Linux how code gets into the kernel

Release 4.14 tools/virtio/linux/bug.h

/* SPDX-License-Identifier: GPL-2.0 */
#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 Russell2796.43%150.00%
Greg Kroah-Hartman13.57%150.00%
Total28100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.