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
Merge tag 'pm+acpi-4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[linux/fpc-iii.git]
/
arch
/
s390
/
include
/
asm
/
linkage.h
blob
fc8a8284778e178773568e97c59a200da0bd1c21
1
#ifndef __ASM_LINKAGE_H
2
#define __ASM_LINKAGE_H
3
4
#include <linux/stringify.h>
5
6
#define __ALIGN .align 4, 0x07
7
#define __ALIGN_STR __stringify(__ALIGN)
8
9
#endif