]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sh64/bits/endian.h
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libc / sysdeps / linux / sh64 / bits / endian.h
1 /*
2  * libc/sysdeps/linux/sh64/bits/endian.h
3  *
4  * Copyright (C) 2003  Paul Mundt
5  *
6  * This file is subject to the terms and conditions of the GNU Lesser
7  * General Public License.  See the file COPYING.LIB in the main
8  * directory of this archive for more details.
9  */
10
11 #ifndef _ENDIAN_H
12 # error "Never use <bits/endian.h> directly; include <endian.h> instead."
13 #endif
14
15 #ifdef __LITTLE_ENDIAN__
16 #  define __BYTE_ORDER __LITTLE_ENDIAN
17 #else
18 #  define __BYTE_ORDER __BIG_ENDIAN
19 #endif
20