1
0
Fork 0
alistair23-linux/include/asm-sh/kdebug.h

12 lines
167 B
C

#ifndef __ASM_SH_KDEBUG_H
#define __ASM_SH_KDEBUG_H
#include <linux/notifier.h>
/* Grossly misnamed. */
enum die_val {
DIE_TRAP,
};
#endif /* __ASM_SH_KDEBUG_H */