This website requires JavaScript.
Explore
Help
Sign In
armbian
/
linux
Watch
0
Star
0
Fork
0
You've already forked linux
mirror of
https://github.com/armbian/linux.git
synced
2026-01-06 10:13:00 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1a076689cda8a1d623dcda170b2dc2b476cc6f1a
linux
/
arch
/
sh
/
include
/
asm
/
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