#ifndef _ENDIAN_H # error "Never use directly; include instead." #endif #ifdef __CSKYBE__ # error "Big endian not supported for C-SKY." #else # define __BYTE_ORDER __LITTLE_ENDIAN #endif