This is Unofficial EPICS BASE Doxygen Site
osdVME.h
Go to the documentation of this file.
1 /*************************************************************************\
2 * Copyright (c) 2002 The University of Chicago, as Operator of Argonne
3 * National Laboratory.
4 * Copyright (c) 2002 The Regents of the University of California, as
5 * Operator of Los Alamos National Laboratory.
6 * EPICS BASE Versions 3.13.7
7 * and higher are distributed subject to a Software License Agreement found
8 * in file LICENSE that is included with this distribution.
9 \*************************************************************************/
10 
11 /*
12  * OS-dependent VME support
13  */
14 #ifndef __i386__
15 #ifndef __mc68000
16 #ifndef __arm__
17 #include <bsp/VME.h>
18 #endif
19 #endif
20 #endif
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
26 void bcopyLongs(char *source, char *destination, int nlongs);
27 
28 #ifdef __cplusplus
29 }
30 #endif
void bcopyLongs(char *source, char *destination, int nlongs)
Definition: devLibVMEOSD.c:364