summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/metag/bits/endian.h
blob: af99901a79e9460c4f22761066a9e661b864fd8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Meta is little endian
 *
 * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 *
 * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
 */

#ifndef _ENDIAN_H
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
#endif

#define __BYTE_ORDER __LITTLE_ENDIAN