glibc/sysdeps/arm/bits/endian.h
1997-11-26 04:14:44 +00:00

8 lines
167 B
C

/* ARM is little-endian. */
#ifndef _ENDIAN_H
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN