glibc/sysdeps/cris/bits/endian.h

8 lines
168 B
C
Raw Normal View History

2001-04-10 00:20:57 +00:00
/* CRIS is little-endian. */
#ifndef _ENDIAN_H
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN