Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
198a97a6abe7090109002baea0d2cb46070955aa
/
.
/
arch
/
arm
/
include
/
asm
/
linkage.h
blob: dbe4b4e31a5b5d39026d955ff34463227fffe3ef [
file
] [
log
] [
blame
]
Aneesh V
7245536
2012-03-08 07:20:17 +0000
[
diff
] [
blame
]
1
#ifndef
__ASM_LINKAGE_H
2
#define
__ASM_LINKAGE_H
3
4
#define
__ALIGN
.
align
0
5
#define
__ALIGN_STR
".align 0"
6
7
#endif