Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
bb176f67090ca54869fc1262c913aa69d2ede070
/
.
/
arch
/
sparc
/
include
/
asm
/
xor.h
blob: 8ed591c7db2dc1ee7220e543759165895bcfa52c [
file
] [
log
] [
blame
]
Sam Ravnborg
a439fe5
2008-07-27 23:00:59 +0200
[
diff
] [
blame
]
1
#ifndef
___ASM_SPARC_XOR_H
2
#define
___ASM_SPARC_XOR_H
3
#if defined(__sparc__) && defined(__arch64__)
4
#include
<asm/xor_64.h>
5
#else
6
#include
<asm/xor_32.h>
7
#endif
8
#endif