mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-20 01:33:37 -04:00
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
|