mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 00:30:53 +07:00
9 lines
128 B
C
9 lines
128 B
C
|
#ifndef _ASM_GENERIC_KDEBUG_H
|
||
|
#define _ASM_GENERIC_KDEBUG_H
|
||
|
|
||
|
enum die_val {
|
||
|
DIE_UNUSED,
|
||
|
};
|
||
|
|
||
|
#endif /* _ASM_GENERIC_KDEBUG_H */
|