This website requires JavaScript.
Explore
Help
Register
Sign In
renegade-project
/
linux-next
Watch
2
Star
0
Fork
0
You've already forked linux-next
mirror of
https://github.com/edk2-porting/linux-next.git
synced
2024-12-26 14:14:01 +08:00
Code
bfef93a5d1
linux-next
/
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
Copy Permalink