mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08: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 */
|