Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
3f4b5c5d275608d42ff54c4981307f9a5c75ea4a
/
.
/
arch
/
sparc
/
include
/
asm
/
sigcontext.h
blob: e92de7e286b54dceaf41b679bef2d50a854cdadc [
file
] [
log
] [
blame
]
#ifndef
___ASM_SPARC_SIGCONTEXT_H
#define
___ASM_SPARC_SIGCONTEXT_H
#if defined(__sparc__) && defined(__arch64__)
#include
<asm/sigcontext_64.h>
#else
#include
<asm/sigcontext_32.h>
#endif
#endif