mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 03:33:59 +08: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 */
|