Subversion Repositories f9daq

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
19 f9daq 1
#ifndef __PCIVME_V_H__
2
#define __PCIVME_V_H__
3
//-------------------------------------------------------------------------
4
// WINNT driver for PCIVME interface from ARW Elektronik, Germany ---------
5
// header file belonging to pcivme_v.c
6
//
7
// (c) 1999-2004 ARW Elektronik
8
//
9
// this source code is published under GPL (Open Source). You can use, redistrubute and 
10
// modify it unless this header   is not modified or deleted. No warranty is given that 
11
// this software will work like expected.
12
// This product is not authorized for use as critical component in life support systems
13
// wihout the express written approval of ARW Elektronik Germany.
14
//
15
// Please announce changes and hints to ARW Elektronik
16
//
17
// $Log: pcivme_v.h,v $
18
// Revision 1.3  2004/07/24 07:07:26  klaus
19
// Update copyright to 2004
20
//
21
// Revision 1.2  2003/11/15 19:12:51  klaus
22
// Update copyright to 2003
23
//
24
// Revision 1.1.1.1  2003/11/14 23:16:33  klaus
25
// First put into repository
26
//
27
// Revision 1.3  2002/10/27 16:17:48  klaus
28
// Typing bug fixed caused at log addition
29
//
30
// Revision 1.2  2002/10/27 16:11:03  klaus
31
// Added CVS log into header
32
//
33
// what                                            who          when
34
// started                                         AR           02.07.99
35
// changed resource allocation caused by WIN2000   AR           08.06.2002
36
//
37
 
38
//-------------------------------------------------------------------------
39
// DEFINES
40
//
41
 
42
//-------------------------------------------------------------------------
43
// PROTOTYPES
44
//
45
NTSTATUS PCIVMEScanVMEMM(PDEVICE_OBJECT deviceObj);
46
NTSTATUS PCIVMEDeInitPCIADAs(PDEVICE_OBJECT deviceObj);
47
 
48
#endif // __PCIVME_V_H__