Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

labcomm_compat_vxworks.h

Blame
  • Forked from Anders Blomdell / LabComm
    Source project has a limited visibility.
    labcomm_compat_vxworks.h 165 B
    #ifndef  __VXWORKS__
    #error "__VXWORKS__" not defined
    #endif
    
    #if (CPU == PPC603)
      #undef _LITTLE_ENDIAN
    #endif
    
    #if (CPU == PENTIUM4)
      #undef _BIG_ENDIAN
    #endif