OSDN Git Service

Re-add files which were mistakenly deleted during the big bits/ update.
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / v850 / bits / endian.h
1 /*
2  * libc/sysdeps/linux/v850/bits/endian.h -- Define processor endianess
3  *
4  *  Copyright (C) 2001  NEC Corporation
5  *  Copyright (C) 2001  Miles Bader <miles@gnu.org>
6  *
7  * This file is subject to the terms and conditions of the GNU Lesser
8  * General Public License.  See the file COPYING.LIB in the main
9  * directory of this archive for more details.
10  * 
11  * Written by Miles Bader <miles@gnu.org>
12  */
13
14 #ifndef _ENDIAN_H
15 # error "Never use <bits/endian.h> directly; include <endian.h> instead."
16 #endif
17
18 #define __BYTE_ORDER __LITTLE_ENDIAN