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

10 lines
140 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,
2008-10-25 11:49:20 +02:00
DIE_OOPS=1
2007-05-08 00:27:03 -07:00
};
#endif /* _ASM_GENERIC_KDEBUG_H */