This website requires JavaScript.
Explore
Help
Sign In
UbiquitousOS
/
OpenCloudOS-Kernel
mirror of
https://gitee.com/OpenCloudOS/OpenCloudOS-Kernel.git
Watch
11
Star
0
Fork
You've already forked OpenCloudOS-Kernel
0
Code
Issues
Projects
Releases
Wiki
Activity
807501475f
OpenCloudOS-Kernel
/
include
/
asm-sh
/
string.h
6 lines
84 B
C
Raw
Normal View
History
Unescape
Escape
sh: Split out asm/string.h for sh32 and sh64. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2007-11-09 12:00:30 +08:00
#
ifdef CONFIG_SUPERH32
#
include "string_32.h"
#
else
#
include "string_64.h"
#
endif