Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
50de348c3604f7684a89ce64180666d4dd74623f
/
.
/
arch
/
sparc
/
include
/
asm
/
string.h
blob: 98b72a0c8e6e624d0ea6618e4f8ace5736369309 [
file
] [
log
] [
blame
]
#ifndef
___ASM_SPARC_STRING_H
#define
___ASM_SPARC_STRING_H
#if defined(__sparc__) && defined(__arch64__)
#include
<asm/string_64.h>
#else
#include
<asm/string_32.h>
#endif
#endif