mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
e69cc92788
Move arch headers from include/asm-frv/ to arch/frv/include/asm/. Signed-off-by: David Howells <dhowells@redhat.com>
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
|