endian.h 320 B

123456789101112
  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. #ifndef _ENDIAN_H
  8. # error "Never use <bits/endian.h> directly; include <endian.h> instead."
  9. #endif
  10. #define __BYTE_ORDER __LITTLE_ENDIAN