Subversion Repositories f9daq

Rev

Blame | Last modification | View Log | RSS feed

#ifndef __PCICC32_V_H__
#define __PCICC32_V_H__
//-------------------------------------------------------------------------
// WINNT driver for PCICC32terface from ARW Elektronik, Germany ---------
// header file belonging to pcicc32_v.c
//
// (c) 1999 ARW Elektronik
//
// this source code is published under GPL (Open Source). You can use, redistrubute and
// modify it unless this header   is not modified or deleted. No warranty is given that
// this software will work like expected.
// This product is not authorized for use as critical component in life support systems
// wihout the express written approval of ARW Elektronik Germany.
//
// Please announce changes and hints to ARW Elektronik
//
// what                                            who          when
// started                                         AR           02.07.2000
//

//-------------------------------------------------------------------------
// DEFINES
//
#include <pcicc32_drv.h>

//-------------------------------------------------------------------------
// PROTOTYPES
//
NTSTATUS PCICC32ScanCC32(PDEVICE_OBJECT deviceObj);
NTSTATUS PCICC32DeInitPCIADAs(PDEVICE_OBJECT deviceObj);
void enableCC32(PCIADA *pciada);
void disableCC32(PCIADA *pciada);

#endif // __PCICC32_V_H__