mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
8 lines
113 B
C
8 lines
113 B
C
|
#ifndef __ASM_LINKAGE_H
|
||
|
#define __ASM_LINKAGE_H
|
||
|
|
||
|
#define __ALIGN .align 4
|
||
|
#define __ALIGN_STR ".align 4"
|
||
|
|
||
|
#endif
|