mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-10 21:35:08 +00:00
12 lines
167 B
C
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 */
|