endian.h 355 B

12345678910111213
  1. /*
  2. * This file is subject to the terms and conditions of the GNU General Public
  3. * License. See the file "COPYING" in the main directory of this archive
  4. * for more details.
  5. *
  6. * Copyright (C) 2018 Kalray Inc.
  7. */
  8. #ifndef _ENDIAN_H
  9. # error "Never use <bits/endian.h> directly; include <endian.h> instead."
  10. #endif
  11. #define __BYTE_ORDER __LITTLE_ENDIAN