Files
linux-apfs/include/asm-generic/kdebug.h
T

10 lines
143 B
C
Raw Normal View History

2007-05-08 00:27:03 -07:00
#ifndef _ASM_GENERIC_KDEBUG_H
#define _ASM_GENERIC_KDEBUG_H
enum die_val {
DIE_UNUSED,
2010-02-27 17:51:35 +01:00
DIE_OOPS = 1,
2007-05-08 00:27:03 -07:00
};
#endif /* _ASM_GENERIC_KDEBUG_H */