URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libc/] [machine/] [arm/] [machine/] [endian.h] - Rev 855
Go to most recent revision | Compare with Previous | Blame | View Log
/* ARM configuration file */ #ifndef _MACHINE_ENDIAN_H # define _MACHINE_ENDIAN_H #ifdef __ARMEB__ #define BYTE_ORDER BIG_ENDIAN #else #define BYTE_ORDER LITTLE_ENDIAN #endif #endif
Go to most recent revision | Compare with Previous | Blame | View Log