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