This website requires JavaScript.
Explore
Help
Sign In
genesi
/
linux-legacy
Watch
1
Star
0
Fork
0
You've already forked linux-legacy
mirror of
https://github.com/genesi/linux-legacy.git
synced
2026-02-19 23:24:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
94de7feb2dee6d0039ecbe98ae8b63bbb63808b6
linux-legacy
/
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 13:00:30 +09:00
#
ifdef CONFIG_SUPERH32
#
include "string_32.h"
#
else
#
include "string_64.h"
#
endif
Reference in New Issue
Copy Permalink