Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
15b1e36bdb487d67ef924a37b0967453143be53a
/
.
/
include
/
asm-x86
/
unwind_64.h
blob: 02710f6a45609054ca56b7102a14470495abe7ad [
file
] [
log
] [
blame
]
#ifndef
_ASM_X86_64_UNWIND_H
#define
_ASM_X86_64_UNWIND_H
#define
UNW_PC
(
frame
)
((
void
)(
frame
),
0UL
)
#define
UNW_SP
(
frame
)
((
void
)(
frame
),
0UL
)
static
inline
int
arch_unw_user_mode
(
const
void
*
info
)
{
return
0
;
}
#endif
/* _ASM_X86_64_UNWIND_H */