TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
hafnium
/
third_party
/
linux
/
b4b6d4a02fa8aa8187d426b508fb7f3b69df0dcc
/
.
/
arch
/
sh
/
include
/
asm
/
linkage.h
blob: 7c2fa27a43f8496e2ba5ebcb31de8f154026c43b [
file
] [
log
] [
blame
]
Andrew Scull
b4b6d4a
2019-01-02 15:54:55 +0000
[
diff
] [
blame^
]
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