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
13