mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
9 lines
128 B
C
9 lines
128 B
C
|
#ifndef _ASM_GENERIC_KDEBUG_H
|
||
|
#define _ASM_GENERIC_KDEBUG_H
|
||
|
|
||
|
enum die_val {
|
||
|
DIE_UNUSED,
|
||
|
};
|
||
|
|
||
|
#endif /* _ASM_GENERIC_KDEBUG_H */
|