You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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 */
|