![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 0002 /* 0003 * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) 0004 * 0005 * This program is free software; you can redistribute it and/or modify 0006 * it under the terms of the GNU General Public License version 2 as 0007 * published by the Free Software Foundation. 0008 */ 0009 0010 #ifndef __ASM_ARC_BYTEORDER_H 0011 #define __ASM_ARC_BYTEORDER_H 0012 0013 #ifdef __BIG_ENDIAN__ 0014 #include <linux/byteorder/big_endian.h> 0015 #else 0016 #include <linux/byteorder/little_endian.h> 0017 #endif 0018 0019 #endif /* ASM_ARC_BYTEORDER_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |