]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/l4re-core/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/metag/bits/endian.h
Update
[l4.git] / l4 / pkg / l4re-core / uclibc / lib / contrib / uclibc / libc / sysdeps / linux / metag / bits / endian.h
1 /* Meta is little endian
2  *
3  * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
4  *
5  * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
6  */
7
8 #ifndef _ENDIAN_H
9 # error "Never use <bits/endian.h> directly; include <endian.h> instead."
10 #endif
11
12 #define __BYTE_ORDER __LITTLE_ENDIAN