aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm/linkage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/linkage.h')
-rw-r--r--include/asm-arm/linkage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-arm/linkage.h b/include/asm-arm/linkage.h
index dbe4b4e31a5..5a25632b1bc 100644
--- a/include/asm-arm/linkage.h
+++ b/include/asm-arm/linkage.h
@@ -4,4 +4,8 @@
#define __ALIGN .align 0
#define __ALIGN_STR ".align 0"
+#define ENDPROC(name) \
+ .type name, %function; \
+ END(name)
+
#endif