kdebug.h 158 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. #ifndef _ASM_ARC_KDEBUG_H
  3. #define _ASM_ARC_KDEBUG_H
  4. enum die_val {
  5. DIE_UNUSED,
  6. DIE_TRAP,
  7. DIE_OOPS
  8. };
  9. #endif