diff options
Diffstat (limited to 'arch/blackfin/include/asm/pseudo_instructions.h')
-rw-r--r-- | arch/blackfin/include/asm/pseudo_instructions.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/blackfin/include/asm/pseudo_instructions.h b/arch/blackfin/include/asm/pseudo_instructions.h new file mode 100644 index 000000000000..b00adfa08169 --- /dev/null +++ b/arch/blackfin/include/asm/pseudo_instructions.h | |||
@@ -0,0 +1,18 @@ | |||
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 | |||
9 | #ifndef _BLACKFIN_PSEUDO_ | ||
10 | #define _BLACKFIN_PSEUDO_ | ||
11 | |||
12 | #include <linux/types.h> | ||
13 | #include <asm/ptrace.h> | ||
14 | |||
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); | ||
17 | |||
18 | #endif | ||