mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
7 lines
159 B
C
7 lines
159 B
C
#ifndef _ASM_X86_BYTEORDER_H
|
|
#define _ASM_X86_BYTEORDER_H
|
|
|
|
#include <asm/swab.h>
|
|
#include <linux/byteorder/little_endian.h>
|
|
|
|
#endif /* _ASM_X86_BYTEORDER_H */
|