/arch/unicore32/include/asm/traps.h

http://github.com/mirrors/linux · C Header · 18 lines · 8 code · 2 blank · 8 comment · 0 complexity · e511d27aefd5b101a5c1996ebeb6a75b MD5 · raw file

  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * linux/arch/unicore32/include/asm/traps.h
  4. *
  5. * Code specific to PKUnity SoC and UniCore ISA
  6. *
  7. * Copyright (C) 2001-2010 GUAN Xue-tao
  8. */
  9. #ifndef __UNICORE_TRAP_H__
  10. #define __UNICORE_TRAP_H__
  11. extern void __init early_trap_init(void);
  12. extern void dump_backtrace_entry(unsigned long where,
  13. unsigned long from, unsigned long frame);
  14. extern void do_DataAbort(unsigned long addr, unsigned int fsr,
  15. struct pt_regs *regs);
  16. #endif