mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
639f657145
Signed-off-by: Bryan Wu <cooloney@kernel.org>
7 lines
113 B
C
7 lines
113 B
C
#ifndef __ASM_LINKAGE_H
|
|
#define __ASM_LINKAGE_H
|
|
|
|
#define __ALIGN .align 4
|
|
#define __ALIGN_STR ".align 4"
|
|
|
|
#endif
|