repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xtensa: support DMA buffers in high memory
[cris-mirror.git]
/
arch
/
xtensa
/
include
/
asm
/
linkage.h
blob
0ba9973235d994d42b1a5ec745b37133f8ff4917
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
#ifndef __ASM_LINKAGE_H
4
#define __ASM_LINKAGE_H
5
6
#define __ALIGN .align 4
7
#define __ALIGN_STR
".align 4"
8
9
#endif