define EPICS_ENDIAN_LITTLE and EPICS_ENDIAN_BIG

This commit is contained in:
Jeff Hill
2007-08-27 22:10:15 +00:00
parent de1b8a94ff
commit 0154bf5388

View File

@@ -262,6 +262,9 @@ inline void AlignedWireSet ( const T & src, T & dst )
dst = dstu._o;
}
#define EPICS_ENDIAN_LITTLE 1234
#define EPICS_ENDIAN_BIG 4321
#include "osdWireFormat.h"
#endif // osiWireFormat