mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +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 */
|