Release 4.7 include/asm-generic/kdebug.h
#ifndef _ASM_GENERIC_KDEBUG_H
#define _ASM_GENERIC_KDEBUG_H
enum die_val {
DIE_UNUSED,
DIE_OOPS = 1,
};
#endif /* _ASM_GENERIC_KDEBUG_H */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
christoph hellwig | christoph hellwig | 14 | 73.68% | 1 | 33.33% |
jonas bonn | jonas bonn | 4 | 21.05% | 1 | 33.33% |
andrea gelmini | andrea gelmini | 1 | 5.26% | 1 | 33.33% |
| Total | 19 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.