blob: 8e58906b5af9b2c17474c7ff48339d3d3204397f [file] [log] [blame]
Nicholas Flintham1e3d3112013-04-10 10:48:38 +01001#ifndef __ASM_ARM_COMPILER_H
2#define __ASM_ARM_COMPILER_H
3
4#define __asmeq(x, y) ".ifnc " x "," y " ; .err ; .endif\n\t"
5
6
7#endif