repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fs/reiserfs/journal.c: change return type of dirty_one_transaction
[linux/fpc-iii.git]
/
arch
/
sh
/
include
/
asm
/
linkage.h
blob
7c2fa27a43f8496e2ba5ebcb31de8f154026c43b
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __ASM_LINKAGE_H
3
#define __ASM_LINKAGE_H
4
5
#define __ALIGN .balign 4
6
#define __ALIGN_STR
".balign 4"
7
8
#endif