tcp: md5: using remote adress for md5 lookup in rst packet
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / blackfin / include / asm / pseudo_instructions.h
blobb00adfa08169ab5ab5e59efdd728a2b7810b953a
1 /*
2 * header file for pseudo instructions
4 * Copyright 2010 Analog Devices Inc.
6 * Licensed under the GPL-2 or later.
7 */
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);
18 #endif