mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-18 23:12:36 +00:00
8 lines
114 B
C
8 lines
114 B
C
![]() |
#ifndef __ASM_LINKAGE_H
|
||
|
#define __ASM_LINKAGE_H
|
||
|
|
||
|
#define __ALIGN .align 4
|
||
|
#define __ALIGN_STR ".align 4"
|
||
|
|
||
|
#endif
|