Skip to content
Snippets Groups Projects
Select Git revision
  • 6313360a01dddaa80e32de6cbc0fdca6c4193816
  • master default protected
  • julia1
  • furuta
  • v0.2.0
  • v0.1.0
6 results

comedi_bridge.so

Blame
  • labcomm_compat_vxworks.h 493 B
    #ifndef _LABCOMM_COMPAT_VXWORKS_H_
    #define _LABCOMM_COMPAT_VXWORKS_H_
    
    #ifndef  __VXWORKS__
    #error "__VXWORKS__" not defined
    #endif
    
    #include <types/vxTypes.h>
    #include <selectLib.h>
    #include <types.h>
    #include <timers.h>
    #include <stdio.h>
    #include <private/stdioP.h>
    
    #ifdef __INT64_MAX__
    #undef INT64_MAX
    #define INT64_MAX __INT64_MAX__
    #endif
    
    #if (CPU == PPC603)
      #undef _LITTLE_ENDIAN
    #endif
    
    #if (CPU == PENTIUM4)
      #undef _BIG_ENDIAN
    #endif
    
    extern unsigned int cpuFrequency;
    
    #endif