blob: 11e57b6a85fcd78e451e88a34a14d20c8c1cc04d [file] [log] [blame]
Christoph Hellwig1eeb66a2007-05-08 00:27:03 -07001#ifndef _ASM_GENERIC_KDEBUG_H
2#define _ASM_GENERIC_KDEBUG_H
3
4enum die_val {
5 DIE_UNUSED,
Jonas Bonn5209f082008-10-25 11:49:20 +02006 DIE_OOPS=1
Christoph Hellwig1eeb66a2007-05-08 00:27:03 -07007};
8
9#endif /* _ASM_GENERIC_KDEBUG_H */