This website requires JavaScript.
Explore
Help
Sign In
p71924506
/
linux_old1
Watch
1
Star
0
Fork
You've already forked linux_old1
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f9847004bf
linux_old1
/
arch
/
m68k
/
include
/
asm
/
swab.h
6 lines
74 B
C
Raw
Normal View
History
Unescape
Escape
m68k{nommu}: fixups after the header move swab.h seems to have been missed during the header merge. Add conditionals similar to byteorder.h and remove the now unnecessary byteorder_no/mm.h Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-01-21 09:50:51 +08:00
#
ifdef __uClinux__
#
include
"swab_no.h"
#
else
#
include
"swab_mm.h"
#
endif