Sign in
linux
/
linux
/
kernel
/
git
/
klassert
/
ipsec-next
/
c3921ab71507b108d51a0f1ee960f80cd668a93d
/
.
/
include
/
asm-arm
/
linkage.h
blob: 5a25632b1bc079aac63f66af28cb5447b80bf2de [
file
] [
log
] [
blame
]
#ifndef
__ASM_LINKAGE_H
#define
__ASM_LINKAGE_H
#define
__ALIGN
.
align
0
#define
__ALIGN_STR
".align 0"
#define
ENDPROC
(
name
)
\
.
type name
,
%
function
;
\
END
(
name
)
#endif