This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-11-30 05:56:38 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f9847004bf
linux_dsm_epyc7002
/
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 08:50:51 +07:00
#
ifdef __uClinux__
#
include
"swab_no.h"
#
else
#
include
"swab_mm.h"
#
endif
Reference in New Issue
Copy Permalink