aboutsummaryrefslogtreecommitdiff
path: root/include/asm-sparc/kdebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc/kdebug.h')
-rw-r--r--include/asm-sparc/kdebug.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-sparc/kdebug.h b/include/asm-sparc/kdebug.h
index fba92485fdb..404d8076732 100644
--- a/include/asm-sparc/kdebug.h
+++ b/include/asm-sparc/kdebug.h
@@ -66,4 +66,8 @@ static inline void sp_enter_debugger(void)
#define KDEBUG_DUNNO2_OFF 0x8
#define KDEBUG_TEACH_OFF 0xc
+enum die_val {
+ DIE_UNUSED,
+};
+
#endif /* !(_SPARC_KDEBUG_H) */