2 * arch/arm/include/asm/opcodes.h
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
9 #ifndef __ASM_ARM_OPCODES_H
10 #define __ASM_ARM_OPCODES_H
13 extern asmlinkage
unsigned int arm_check_condition(u32 opcode
, u32 psr
);
16 #define ARM_OPCODE_CONDTEST_FAIL 0
17 #define ARM_OPCODE_CONDTEST_PASS 1
18 #define ARM_OPCODE_CONDTEST_UNCOND 2
20 #endif /* __ASM_ARM_OPCODES_H */