diff options
Diffstat (limited to 'include/asm-arm/linkage.h')
-rw-r--r-- | include/asm-arm/linkage.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-arm/linkage.h b/include/asm-arm/linkage.h index dbe4b4e31a5b..5a25632b1bc0 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 |