summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/include/asm/byteorder.h
blob: 37316f23713618ce27f102f3c25703fc3753d0c1 (plain)
1
2
3
4
5
6
7
8
#ifndef _I386_BYTEORDER_H
#define _I386_BYTEORDER_H

#include <asm/types.h>

#include <linux/byteorder/little_endian.h>

#endif /* _I386_BYTEORDER_H */