kdebug.h 128 B

12345678
  1. #ifndef _ASM_GENERIC_KDEBUG_H
  2. #define _ASM_GENERIC_KDEBUG_H
  3. enum die_val {
  4. DIE_UNUSED,
  5. };
  6. #endif /* _ASM_GENERIC_KDEBUG_H */