From 05d9958f685e3f0c51be4f1128348645451e51fb Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 21 Dec 2004 08:35:58 +0000 Subject: Add support for the Analog Devices Blackfin mmuless processor --- libc/sysdeps/linux/bfin/bits/endian.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libc/sysdeps/linux/bfin/bits/endian.h (limited to 'libc/sysdeps/linux/bfin/bits/endian.h') diff --git a/libc/sysdeps/linux/bfin/bits/endian.h b/libc/sysdeps/linux/bfin/bits/endian.h new file mode 100644 index 000000000..8a36cf707 --- /dev/null +++ b/libc/sysdeps/linux/bfin/bits/endian.h @@ -0,0 +1,7 @@ +/* Blackfin is Little-endian. */ + +#ifndef _ENDIAN_H +# error "Never use directly; include instead." +#endif + +#define __BYTE_ORDER __LITTLE_ENDIAN -- cgit v1.2.3