]> Git Repo - linux.git/blob - arch/nds32/include/uapi/asm/byteorder.h
drm/dp_mst: Add branch bandwidth validation to MST atomic check
[linux.git] / arch / nds32 / include / uapi / asm / byteorder.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 // Copyright (C) 2005-2017 Andes Technology Corporation
3
4 #ifndef __NDS32_BYTEORDER_H__
5 #define __NDS32_BYTEORDER_H__
6
7 #ifdef __NDS32_EB__
8 #include <linux/byteorder/big_endian.h>
9 #else
10 #include <linux/byteorder/little_endian.h>
11 #endif
12
13 #endif /* __NDS32_BYTEORDER_H__ */
This page took 0.033598 seconds and 4 git commands to generate.