Sign in
chromium
/
chromiumos
/
third_party
/
glibc-ports
/
refs/heads/factory-1987.B
/
.
/
sysdeps
/
alpha
/
bits
/
endian.h
blob: 8a16e14e24e2377bf7e59725adb41e24858cca37 [
file
] [
log
] [
blame
]
/* Alpha is little-endian. */
#ifndef
_ENDIAN_H
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
#endif
#define
__BYTE_ORDER __LITTLE_ENDIAN