mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
10 lines
138 B
C
10 lines
138 B
C
|
|
#ifndef __ASM_SH_KDEBUG_H
|
||
|
|
#define __ASM_SH_KDEBUG_H
|
||
|
|
|
||
|
|
/* Grossly misnamed. */
|
||
|
|
enum die_val {
|
||
|
|
DIE_TRAP,
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif /* __ASM_SH_KDEBUG_H */
|