aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/byteorder.h
blob: 9c712c47884a201475d38e3647a0d7bb62e5d93d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __ASM_ARM_BYTEORDER_H__
#define __ASM_ARM_BYTEORDER_H__

#define __BYTEORDER_HAS_U64__

#include <xen/byteorder/little_endian.h>

#endif /* __ASM_ARM_BYTEORDER_H__ */
/*
 * Local variables:
 * mode: C
 * c-file-style: "BSD"
 * c-basic-offset: 4
 * indent-tabs-mode: nil
 * End:
 */