about summary refs log tree commit diff
path: root/sysdeps/csky/bits/endian.h
blob: 51df38d8f91b551918b618125b406cc9adba1ca3 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef _ENDIAN_H
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
#endif

#ifdef __CSKYBE__
# error "Big endian not supported for C-SKY."
#else
# define __BYTE_ORDER __LITTLE_ENDIAN
#endif