mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-04-29 09:48:23 +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
|