Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / arc / include / uapi / asm / byteorder.h
blob5540111531c7fae75eb617e4fbe6aa7accd2bec4
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /*
3 * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 */
10 #ifndef __ASM_ARC_BYTEORDER_H
11 #define __ASM_ARC_BYTEORDER_H
13 #ifdef __BIG_ENDIAN__
14 #include <linux/byteorder/big_endian.h>
15 #else
16 #include <linux/byteorder/little_endian.h>
17 #endif
19 #endif /* ASM_ARC_BYTEORDER_H */