Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_m7
/
1e3d31172fce4905d8aff867d5b714a6ad3cf2ee
/
.
/
arch
/
arm
/
include
/
asm
/
compiler.h
blob: 8e58906b5af9b2c17474c7ff48339d3d3204397f [
file
] [
log
] [
blame
]
Nicholas Flintham
1e3d311
2013-04-10 10:48:38 +0100
[
diff
] [
blame^
]
1
#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