Must be able to include this file from C code, changed comment style.

This commit is contained in:
Andrew Johnson
2009-04-07 15:45:38 +00:00
parent c70c3beca2
commit b4d2fbc98f
3 changed files with 27 additions and 27 deletions

View File

@@ -1,16 +1,16 @@
//
// WIN32 version of
// osdWireConfig.h
//
// Author Jeffrey O. Hill
// johill@lanl.gov
//
/*
* WIN32 version of
* osdWireConfig.h
*
* Author Jeffrey O. Hill
* johill@lanl.gov
*/
#ifndef osdWireConfig_h
#define osdWireConfig_h
// for now, assume that win32 runs only on generic little endian
/* for now, assume that win32 runs only on generic little endian */
#define EPICS_BYTE_ORDER EPICS_ENDIAN_LITTLE
#define EPICS_FLOAT_WORD_ORDER EPICS_BYTE_ORDER
#endif // ifdef osdWireConfig_h
#endif /* ifdef osdWireConfig_h */

View File

@@ -1,10 +1,10 @@
//
// Solaris version of
// osdWireConfig.h
//
// Author Jeffrey O. Hill
// johill@lanl.gov
//
/*
* Solaris version of
* osdWireConfig.h
*
* Author Jeffrey O. Hill
* johill@lanl.gov
*/
#ifndef osdWireConfig_h
#define osdWireConfig_h
@@ -19,8 +19,8 @@
# error EPICS hasnt been ported to byte order specified by <sys/isa_defs.h> on Solaris
#endif
// for now, assume that Solaris doesnt run on weird arch like ARM NWFP
/* for now, assume that Solaris doesnt run on weird arch like ARM NWFP */
#define EPICS_FLOAT_WORD_ORDER EPICS_BYTE_ORDER
#endif // ifdef osdWireConfig_h
#endif /* ifdef osdWireConfig_h */

View File

@@ -1,10 +1,10 @@
//
// vxWorks version of
// osdWireConfig.h
//
// Author Jeffrey O. Hill
// johill@lanl.gov
//
/*
* vxWorks version of
* osdWireConfig.h
*
* Author Jeffrey O. Hill
* johill@lanl.gov
*/
#ifndef osdWireConfig_h
#define osdWireConfig_h
@@ -19,7 +19,7 @@
# error EPICS hasnt been ported to _BYTE_ORDER specified by vxWorks <types/vxArch.h>
#endif
// for now, assume that vxWorks doesnt run on weird arch like ARM NWFP
/* for now, assume that vxWorks doesnt run on weird arch like ARM NWFP */
#define EPICS_FLOAT_WORD_ORDER EPICS_BYTE_ORDER
#endif // ifdef osdWireConfig_h
#endif /* ifdef osdWireConfig_h */