mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-18 23:18:20 +00:00
5cbd04ae36
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
8 lines
147 B
C
8 lines
147 B
C
#ifndef _ASM_BYTEORDER_H
|
|
#define _ASM_BYTEORDER_H
|
|
|
|
#include <asm/swab.h>
|
|
#include <linux/byteorder/little_endian.h>
|
|
|
|
#endif /* _ASM_BYTEORDER_H */
|