1
0
Fork 0
alistair23-linux/include/asm-generic/kdebug.h

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 */