Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
fee61c47d15270bdea699a8a3dd867f0825c3541
/
.
/
include
/
asm-sparc
/
unistd.h
blob: 3c2609618a099e037306190ce38ebbd56d848218 [
file
] [
log
] [
blame
]
#ifndef
___ASM_SPARC_UNISTD_H
#define
___ASM_SPARC_UNISTD_H
#if defined(__sparc__) && defined(__arch64__)
#include
<asm-sparc/unistd_64.h>
#else
#include
<asm-sparc/unistd_32.h>
#endif
#endif