Rev 188 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 188 | Rev 264 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | #include <ansi_c.h> | 
            1 | #include <ansi_c.h> | 
          
| - | 2 | ||
| - | 3 | ||
| - | 4 | #include "vme.h"  | 
          |
| 2 | #include "CAENV965.h" | 
            5 | #include "CAENV965.h" | 
          
| 3 | #include "CAENV965_DEF.h" | 
            6 | #include "CAENV965_DEF.h" | 
          
| 4 | 7 | ||
| 5 | #ifdef SISVME | 
            - | |
| 6 | #include "sisvme_dll.h" | 
            - | |
| 7 | #endif | 
            - | |
| 8 | #ifdef WIENVME | 
            - | |
| 9 | #include "wienvme_dll.h" | 
            - | |
| 10 | #endif | 
            - | |
| 11 | 8 | ||
| 12 | static unsigned long ModuleAddress[10];  | 
            9 | static unsigned long ModuleAddress[10];  | 
          
| 13 | 10 | ||
| 14 | int _VI_FUNC V965_map (int ModuleNumber, unsigned long ModuleOffset, int print)  | 
            11 | int _VI_FUNC V965_map (int ModuleNumber, unsigned long ModuleOffset, int print)  | 
          
| 15 | { | 
            12 | { |