pseudo_instructions.h 391 B

12345678910111213141516171819
  1. /*
  2. * header file for pseudo instructions
  3. *
  4. * Copyright 2010 Analog Devices Inc.
  5. *
  6. * Licensed under the GPL-2 or later.
  7. */
  8. #ifndef _BLACKFIN_PSEUDO_
  9. #define _BLACKFIN_PSEUDO_
  10. #include <linux/types.h>
  11. #include <asm/ptrace.h>
  12. extern bool execute_pseudodbg_assert(struct pt_regs *fp, unsigned int opcode);
  13. extern bool execute_pseudodbg(struct pt_regs *fp, unsigned int opcode);
  14. #endif