Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
kernel
/
linux-linaro-stable.git
/
d76c8420c3cf8e468901b0bd58306637335c98ea
/
.
/
arch
/
sparc
/
include
/
asm
/
system.h
blob: 7944a7cfc99636032c358bfa894332fb50c07c3a [
file
] [
log
] [
blame
]
#ifndef
___ASM_SPARC_SYSTEM_H
#define
___ASM_SPARC_SYSTEM_H
#if defined(__sparc__) && defined(__arch64__)
#include
<asm/system_64.h>
#else
#include
<asm/system_32.h>
#endif
#endif