License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6/btrfs-unstable.git] / arch / arm / include / asm / linkage.h
blobc4670694ada7964b34ec62cb83918d3232bda2c8
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_LINKAGE_H
3 #define __ASM_LINKAGE_H
5 #define __ALIGN .align 0
6 #define __ALIGN_STR ".align 0"
8 #define ENDPROC(name) \
9 .type name, %function; \
10 END(name)
12 #endif