Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a882ef47c7156e8cc47e72f2aa396f2514569c48
/
.
/
include
/
asm-sparc
/
processor.h
blob: 11a66bb02eaa01b1dc520e05dfef5adfd2193823 [
file
] [
log
] [
blame
]
#ifndef
___ASM_SPARC_PROCESSOR_H
#define
___ASM_SPARC_PROCESSOR_H
#if defined(__sparc__) && defined(__arch64__)
#include
<asm-sparc/processor_64.h>
#else
#include
<asm-sparc/processor_32.h>
#endif
#endif