Go to the documentation of this file.   10 #ifndef INC_epicsEndian_H    11 #define INC_epicsEndian_H    15 #define EPICS_ENDIAN_LITTLE   1234    16 #define EPICS_ENDIAN_BIG      4321    26 #ifndef EPICS_BYTE_ORDER    27 #error osdWireConfig.h didnt define EPICS_BYTE_ORDER    30 #ifndef EPICS_FLOAT_WORD_ORDER    31 #error osdWireConfig.h didnt define EPICS_FLOAT_WORD_ORDER