endian.h 542 B

123456789101112131415161718
  1. /*
  2. * libc/sysdeps/linux/v850/bits/endian.h -- Define processor endianess
  3. *
  4. * Copyright (C) 2001 NEC Corporation
  5. * Copyright (C) 2001 Miles Bader <miles@gnu.org>
  6. *
  7. * This file is subject to the terms and conditions of the GNU Lesser
  8. * General Public License. See the file COPYING.LIB in the main
  9. * directory of this archive for more details.
  10. *
  11. * Written by Miles Bader <miles@gnu.org>
  12. */
  13. #ifndef _ENDIAN_H
  14. # error "Never use <bits/endian.h> directly; include <endian.h> instead."
  15. #endif
  16. #define __BYTE_ORDER __LITTLE_ENDIAN