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